aports/testing/py3-cherrypy/setuptools_scm.patch
Duncan Bellamy 79ebb5fbed testing/py3-cherrypy: add missing dependencies
* fixes #12150
* reworked from !15083
* part of #12404
* part of #11104
* enable tests
* take over maintainership
2021-10-07 20:13:39 +00:00

13 lines
302 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -105,9 +105,6 @@
# https://docs.cherrypy.org/en/latest/advanced.html?highlight=windows#windows-console-events
':sys_platform == "win32"': ['pywin32'],
},
- setup_requires=[
- 'setuptools_scm',
- ],
python_requires='>=3.5',
)