File: 0002-python3-pkg-resources.patch

package info (click to toggle)
zope.sqlalchemy 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: python: 976; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,9 @@
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
     python_requires='>=3.7',
+    setup_requires=['setuptools'],
     install_requires=[
         'packaging',
-        'setuptools',
         'SQLAlchemy>=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,!=2.0.32,!=2.0.33,!=2.0.34,!=2.0.35',  # noqa: E501 line too long
         'transaction>=1.6.0',
         'zope.interface>=3.6.0',