- add optional-websockify.patch to make dependency on numpy optional OBS-URL: https://build.opensuse.org/request/show/981142 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=49
11 lines
258 B
Diff
11 lines
258 B
Diff
--- websockify-0.10.0/setup.py
|
|
+++ websockify-0.10.0/setup.py
|
|
@@ -29,7 +29,6 @@
|
|
|
|
packages=['websockify'],
|
|
include_package_data=True,
|
|
- install_requires=['numpy'],
|
|
zip_safe=False,
|
|
entry_points={
|
|
'console_scripts': [
|