We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4bef5 commit 6016ba6Copy full SHA for 6016ba6
packaging/debian/xpra.sh
@@ -35,7 +35,7 @@ rm -f xpra-build-deps*
35
36
#install latest cython since the one Debian / Ubuntu tends to be out of date:
37
DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip
38
-pip3 install cython
+PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install cython
39
40
#add revision to version number to changelog
41
REVISION=`PYTHONPATH=. python3 -c 'from xpra.src_info import REVISION;print(REVISION)'`
0 commit comments