summaryrefslogtreecommitdiff
path: root/user/py3-zipp/scm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-zipp/scm.patch')
-rw-r--r--user/py3-zipp/scm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-zipp/scm.patch b/user/py3-zipp/scm.patch
index b7d0f690e..82c6f7e55 100644
--- a/user/py3-zipp/scm.patch
+++ b/user/py3-zipp/scm.patch
@@ -1,9 +1,9 @@
--- zipp-0.5.2/setup.cfg 2019-07-07 17:14:00.000000000 -0400
+++ zipp-0.5.2/setup.cfg 2019-08-06 05:03:34.500180967 -0400
@@ -22,7 +22,7 @@ packages = find:
- include_package_data = true
python_requires = >=2.7
install_requires =
+ more_itertools
-setup_requires = setuptools_scm >= 1.15.0
+setup_requires =
@@ -16,4 +16,4 @@
if __name__ == "__main__":
- setuptools.setup(use_scm_version=True)
-+ setuptools.setup(version='0.5.2')
++ setuptools.setup(version='0.6.0')