Skip to content

Commit

Permalink
#3572 remove dependencies on python3-brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 10, 2022
1 parent c11fd3f commit 93a5764
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/MSWindows/MINGW_SETUP.sh
Expand Up @@ -39,7 +39,7 @@ $PACMAN --noconfirm --needed -S ${XPKG}lz4 heimdal-libs openssh sshpass ${XPKG}l
$PACMAN --noconfirm --needed -S ${XPKG}gst-python
#development tools and libs for building extra packages:
$PACMAN --noconfirm --needed -S base-devel ${XPKG}yasm ${XPKG}nasm subversion rsync zip gtk-doc ${XPKG}cmake ${XPKG}gcc ${XPKG}pkgconf ${XPKG}libffi ${XPKG}python-pandocfilters
for x in cryptography cffi pycparser numpy pillow cx_Freeze appdirs paramiko comtypes netifaces rencode setproctitle pyu2f ldap ldap3 bcrypt pynacl lz4 brotli pyopengl nvidia-ml zeroconf certifi yaml py-cpuinfo winkerberos gssapi coverage psutil oauthlib; do
for x in cryptography cffi pycparser numpy pillow cx_Freeze appdirs paramiko comtypes netifaces rencode setproctitle pyu2f ldap ldap3 bcrypt pynacl lz4 pyopengl nvidia-ml zeroconf certifi yaml py-cpuinfo winkerberos gssapi coverage psutil oauthlib; do
$PACMAN --noconfirm --needed -S ${XPKG}python-${x}
done
#dependencies of browser_cookie3 and pycuda,
Expand Down
2 changes: 0 additions & 2 deletions packaging/debian/xpra/control
Expand Up @@ -58,8 +58,6 @@ Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
,python3-pil
# packet compression:
,python3-lz4
# clipboard packet compression:
,python3-brotli
# ssl (generate cert), wss:
,openssl
#we need a vfb: either Xdummy or Xvfb
Expand Down
1 change: 0 additions & 1 deletion packaging/rpm/xpra.spec
Expand Up @@ -182,7 +182,6 @@ Recommends: python3-kerberos
Recommends: python3-gssapi
Recommends: python3-ldap
Recommends: python3-ldap3
Recommends: python3-brotli
#Suggests: python3-cpuinfo
Requires: libwebp
%if 0%{?fedora}
Expand Down

0 comments on commit 93a5764

Please sign in to comment.