forked from Lainports/freebsd-ports
misc/py-dictdiffer: Revert 089cd58ec8
py-pytest-runner version has been fixed in 85ecacb49d.
This commit is contained in:
parent
85ecacb49d
commit
0aafd54a8a
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
- 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',
|
||||
]
|
||||
|
||||
Loading…
Add table
Reference in a new issue