From 65e175f129dbc8548b186adf13da92ba8ddd3161 Mon Sep 17 00:00:00 2001 From: Richard Liebscher Date: Mon, 8 Apr 2024 13:19:44 +0200 Subject: [PATCH] Fix build --- rpm/harbour-sailfishconnect.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/harbour-sailfishconnect.spec b/rpm/harbour-sailfishconnect.spec index 05fa86a..b7d5f67 100644 --- a/rpm/harbour-sailfishconnect.spec +++ b/rpm/harbour-sailfishconnect.spec @@ -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