Skip to content

Commit

Permalink
#1232 / #1331: add python-xxhash as dependency to deb and rpm packages
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13980 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 4, 2016
1 parent fc78ae3 commit 87e175f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
,python-numpy
# for PNG and JPEG support:
,python-imaging
# scrolling detection:
,python-xxhash
# ffmpeg based codecs:
,ffmpeg-xpra
# packet encoder:
Expand Down
2 changes: 2 additions & 0 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Requires: which
Requires: %{py2prefix}-netifaces
Requires: %{py2prefix}-rencode
Requires: %{py2prefix}-pillow
Requires: python2-xxhash
Requires: libfakeXinerama
Requires: gtk2-immodule-xim
Requires: %{requires_xorg}
Expand Down Expand Up @@ -280,6 +281,7 @@ Requires: python %{py3requires_opengl} %{py3requires_sound} %{py3requires_lzo} %
Requires: python3-lz4
Requires: python3-gobject
Requires: python3-pillow
Requires: python3-xxhash
Requires: %{py3requires_crypto}
#TODO:
#Requires: dbus-python
Expand Down

0 comments on commit 87e175f

Please sign in to comment.