aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-cheroot/setuptools-git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-cheroot/setuptools-git.patch')
-rw-r--r--community/py3-cheroot/setuptools-git.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/py3-cheroot/setuptools-git.patch b/community/py3-cheroot/setuptools-git.patch
new file mode 100644
index 00000000000..4bb94d50267
--- /dev/null
+++ b/community/py3-cheroot/setuptools-git.patch
@@ -0,0 +1,10 @@
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -56,7 +56,6 @@
+ 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'