aboutsummaryrefslogtreecommitdiff
path: root/misc/py-dictdiffer/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-dictdiffer/files/patch-setup.py')
-rw-r--r--misc/py-dictdiffer/files/patch-setup.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/py-dictdiffer/files/patch-setup.py b/misc/py-dictdiffer/files/patch-setup.py
new file mode 100644
index 000000000000..1c2800241c52
--- /dev/null
+++ b/misc/py-dictdiffer/files/patch-setup.py
@@ -0,0 +1,13 @@
+- fix the problem that Python thinks that the version 2.7 is greater than 6.0.0 for pytest-runner
+
+--- setup.py.orig 2022-10-04 20:58:57 UTC
++++ setup.py
+@@ -54,7 +54,7 @@ for key, reqs in extras_require.items():
+ extras_require['all'].extend(reqs)
+
+ setup_requires = [
+- 'pytest-runner>=2.7',
++ 'pytest-runner',
+ 'setuptools_scm>=3.1.0',
+ ]
+