Skip to content

Commit 65e175f

Browse files
committed
Fix build
1 parent f24f301 commit 65e175f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rpm/harbour-sailfishconnect.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ if [ ! -f "$VENV/bin/conan" ] ; then
8080
else
8181
source "$VENV/bin/activate"
8282
fi
83-
pip install conan===1.60.1
83+
echo "cython<3" > /tmp/pip-constraint.txt
84+
PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1
8485

8586
# speed up conan remote add
8687
if ! grep -sq sailfishos "$CONAN_USER_HOME/.conan/remotes.json" ; then

0 commit comments

Comments
 (0)