Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Apr 8, 2024
1 parent f24f301 commit 65e175f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/harbour-sailfishconnect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ if [ ! -f "$VENV/bin/conan" ] ; then
else
source "$VENV/bin/activate"
fi
pip install conan===1.60.1
echo "cython<3" > /tmp/pip-constraint.txt
PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1

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

0 comments on commit 65e175f

Please sign in to comment.