aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cheroot/setuptools_scm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-cheroot/setuptools_scm.patch')
-rw-r--r--testing/py3-cheroot/setuptools_scm.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/py3-cheroot/setuptools_scm.patch b/testing/py3-cheroot/setuptools_scm.patch
deleted file mode 100644
index de0bf0051cc..00000000000
--- a/testing/py3-cheroot/setuptools_scm.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -50,13 +50,9 @@
- wsgi
-
- [options]
--use_scm_version = True
- python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
- packages = find:
- include_package_data = True
--setup_requires =
-- setuptools_scm>=1.15.0
-- setuptools_scm_git_archive>=1.0
- install_requires =
- backports.functools_lru_cache; python_version < '3.3'
- selectors2; python_version< '3.4'