File: drop-python3-pkg-resources.patch

package info (click to toggle)
zc.lockfile 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 266; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@
     keywords="lock",
     url='https://github.com/zopefoundation/zc.lockfile',
     python_requires='>=3.9',
-    install_requires='setuptools',
+    setup_requires='setuptools',
     extras_require=dict(
         test=[
             'zope.testing',