Skip to content

Commit 6016ba6

Browse files
committed
but of course we need extra flags..
1 parent cf4bef5 commit 6016ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/debian/xpra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rm -f xpra-build-deps*
3535

3636
#install latest cython since the one Debian / Ubuntu tends to be out of date:
3737
DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip
38-
pip3 install cython
38+
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install cython
3939

4040
#add revision to version number to changelog
4141
REVISION=`PYTHONPATH=. python3 -c 'from xpra.src_info import REVISION;print(REVISION)'`

0 commit comments

Comments
 (0)