File: do-not-generate-a-dependency-on-python3-pkg-resources.patch

package info (click to toggle)
zope.event 6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: python: 141; makefile: 74
file content (10 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,6 @@
     ],
     include_package_data=True,
     python_requires='>=3.9',
-    install_requires=['setuptools >= 75.8.2'],
     zip_safe=False,
     extras_require={
         'docs': [