Skip to content

Commit

Permalink
Cython in Debian is too old
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 15, 2023
1 parent 713009f commit 6c11d25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/debian/xpra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-in
#mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes' debian/control
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
PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install cython

#add revision to version number to changelog
REVISION=`PYTHONPATH=. python3 -c 'from xpra.src_info import REVISION;print(REVISION)'`
if [ "${REVISION}" == "" ]; then
Expand Down

0 comments on commit 6c11d25

Please sign in to comment.