1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Remove depends on pkg-resources
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1083599
Forwarded: no
Last-Update: 2025-01-02
Index: python-autobahn/setup.py
===================================================================
--- python-autobahn.orig/setup.py
+++ python-autobahn/setup.py
@@ -235,7 +235,6 @@ setup(
'txaio>=21.2.1', # MIT license (https://github.com/crossbario/txaio)
'cryptography>=3.4.6', # BSD *or* Apache license (https://github.com/pyca/cryptography)
'hyperlink>=21.0.0', # MIT license (https://github.com/python-hyper/hyperlink)
- 'setuptools', # MIT license (https://github.com/pypa/setuptools)
],
extras_require={
'all': extras_require_all,
|