Skip to content

Commit

Permalink
remove websockify from dependencies and packaging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21514 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jan 31, 2019
1 parent b928e46 commit 55c6c4b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 96 deletions.
4 changes: 0 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ Recommends: python-dbus
,python-cups
#for ssh transport:
,python-paramiko
#for html5 support:
,websockify
#the start-session GUI:
,python-xdg
# for webcam support:
Expand Down Expand Up @@ -238,8 +236,6 @@ Recommends: python3-dbus
,python3-cups
#for ssh transport:
,python3-paramiko
#for html5 support:
,python3-websockify
#the start-session GUI:
,python3-xdg
# for webcam support:
Expand Down
8 changes: 0 additions & 8 deletions osx/Helpers/Websockify

This file was deleted.

14 changes: 0 additions & 14 deletions osx/jhbuild/xpra-python.modules
Original file line number Diff line number Diff line change
Expand Up @@ -294,19 +294,6 @@
</distutils>


<distutils id="python-websockify">
<branch repo="pypi.python.org"
module="/packages/source/w/websockify/websockify-0.8.0.tar.gz"
hash="md5:8fa547ca4de84a96aa3472d55fbcdd59"
version="0.8.0"/>
<dependencies>
<dep package="python"/>
</dependencies>
<after>
<dep package="python"/>
</after>
</distutils>

<distutils id="python-websocket-client">
<branch repo="files.pythonhosted.org"
module="/packages/35/d4/14e446a82bc9172d088ebd81c0b02c5ca8481bfeecb13c9ef07998f9249b/websocket_client-0.54.0.tar.gz"
Expand Down Expand Up @@ -747,7 +734,6 @@
<dep package="python-cython"/>
<dep package="python-numpy"/>
<dep package="python-pycups"/>
<dep package="python-websockify"/>
<dep package="python-websocket-client"/>
<dep package="python-bcrypt"/>
<dep package="python-paramiko"/>
Expand Down
14 changes: 0 additions & 14 deletions osx/jhbuild/xpra-python3.modules
Original file line number Diff line number Diff line change
Expand Up @@ -308,19 +308,6 @@
</distutils>


<distutils id="python3-websockify" python3="1">
<branch repo="pypi.python.org"
module="/packages/source/w/websockify/websockify-0.8.0.tar.gz"
hash="md5:8fa547ca4de84a96aa3472d55fbcdd59"
version="0.8.0"/>
<dependencies>
<dep package="python3"/>
</dependencies>
<after>
<dep package="python3"/>
</after>
</distutils>

<distutils id="python3-websocket-client" python3="1">
<branch repo="files.pythonhosted.org"
module="/packages/35/d4/14e446a82bc9172d088ebd81c0b02c5ca8481bfeecb13c9ef07998f9249b/websocket_client-0.54.0.tar.gz"
Expand Down Expand Up @@ -762,7 +749,6 @@
<dep package="python3-cython"/>
<dep package="python3-numpy"/>
<dep package="python3-pycups"/>
<dep package="python3-websockify"/>
<dep package="python3-websocket-client"/>
<dep package="python3-bcrypt"/>
<dep package="python3-paramiko"/>
Expand Down
50 changes: 0 additions & 50 deletions rpmbuild/python-websockify.spec

This file was deleted.

6 changes: 0 additions & 6 deletions rpmbuild/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -311,23 +311,19 @@ Requires: pygtk2
%{Recommends}: python2-pynvml
%endif
%if 0%{?fedora}
Recommends: python2-websockify
Recommends: python2-xpra-audio
Recommends: cups-pdf
Recommends: python2-cups
Recommends: python2-uinput
Recommends: python2-setproctitle
%if 0%{?run_tests}
BuildRequires: python2-websockify
BuildRequires: python2-websocket-client
%endif
%endif
%if 0%{?el7}
Requires: python-cups
Requires: python-websockify
Requires: python-setproctitle
%if 0%{?run_tests}
BuildRequires: python-websockify
BuildRequires: python-websocket-client
%endif
%endif
Expand Down Expand Up @@ -437,14 +433,12 @@ Summary: python3 build of xpra server
Group: Networking
Requires: xpra-common-server = %{?epoch_prefix}%{version}-%{release}
Requires: python3-xpra = %{?epoch_prefix}%{version}-%{release}
Requires: python3-websockify
Recommends: cups-filters
Recommends: cups-pdf
Recommends: python3-cups
Recommends: gtk3-immodule-xim
Recommends: python3-setproctitle
%if 0%{?run_tests}
BuildRequires: python3-websockify
BuildRequires: python3-websocket-client
%endif
%if %{with_cuda}
Expand Down

0 comments on commit 55c6c4b

Please sign in to comment.