Skip to content

Commit

Permalink
don't install cython3 from the debian repos
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 9, 2023
1 parent efcb254 commit 1d84ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packaging/debian/xpra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ rm -f xpra-build-deps*

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

#add revision to version number to changelog
Expand Down
3 changes: 2 additions & 1 deletion packaging/debian/xpra/control
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Build-Depends: debhelper (>= 8)
,python3-dev
,python3-cairo-dev
,python-gi-dev
,cython3
# we install a more up to date version using the build script:
# ,cython3
,gcc
,libavcodec-dev [!i386]
,libavformat-dev [!i386]
Expand Down

0 comments on commit 1d84ece

Please sign in to comment.