File: remove-depends-on-pkg-resources.patch

package info (click to toggle)
python-autobahn 24.4.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,456 kB
  • sloc: python: 38,611; javascript: 2,705; makefile: 904; ansic: 373; sh: 64
file content (18 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
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,