python-websockify/optional-websockify.patch
Dirk Mueller f519bb4fcc - update to 0.12.0:
* The simplejson module is no longer needed for redis token
    support
  * redis tokens can now be either JSON or plain text
  * websockify can now listen to a Unix socket for incoming
    connections
  * Command line now supports disabling directory listings
  * Basic Dockerfile included
- update to 0.5.1:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=51
2024-10-19 11:52:37 +00:00

14 lines
398 B
Diff

Index: websockify-0.12.0/setup.py
===================================================================
--- websockify-0.12.0.orig/setup.py
+++ websockify-0.12.0/setup.py
@@ -30,7 +30,7 @@ setup(name=name,
packages=['websockify'],
include_package_data=True,
install_requires=[
- 'numpy', 'requests',
+ 'requests',
'jwcrypto',
'redis',
],