summaryrefslogtreecommitdiff
path: root/user/py3-pluggy/scm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-pluggy/scm.patch')
-rw-r--r--user/py3-pluggy/scm.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/py3-pluggy/scm.patch b/user/py3-pluggy/scm.patch
new file mode 100644
index 000000000..5e42a72e4
--- /dev/null
+++ b/user/py3-pluggy/scm.patch
@@ -0,0 +1,14 @@
+--- pluggy-0.7.1/setup.py 2018-07-28 22:45:12.000000000 +0000
++++ pluggy-0.7.1/setup.py 2018-10-11 04:54:18.590233336 +0000
+@@ -24,10 +24,7 @@
+ name='pluggy',
+ description='plugin and hook calling mechanisms for python',
+ long_description=long_description,
+- use_scm_version={
+- 'write_to': 'pluggy/_version.py',
+- },
+- setup_requires=['setuptools-scm'],
++ version='0.7.1',
+ license='MIT license',
+ platforms=['unix', 'linux', 'osx', 'win32'],
+ author='Holger Krekel',