aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cherrypy/setuptools_scm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-cherrypy/setuptools_scm.patch')
-rw-r--r--testing/py3-cherrypy/setuptools_scm.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/py3-cherrypy/setuptools_scm.patch b/testing/py3-cherrypy/setuptools_scm.patch
deleted file mode 100644
index e9aae7a1dd6..00000000000
--- a/testing/py3-cherrypy/setuptools_scm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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',
- )
-