opnsense-ports/devel/py-rfc3986-validator/files/patch-setup.py
Franco Fichtner f0011d238f */*: sync with upstream
Taken from: FreeBSD
2023-03-22 09:27:13 +01:00

11 lines
243 B
Python

--- setup.py.orig 2019-10-28 15:38:52 UTC
+++ setup.py
@@ -10,7 +10,7 @@ with open('README.md') as readme_file:
requirements = []
-setup_requirements = ['pytest-runner', ]
+setup_requirements = []
test_requirements = ['pytest>=3', ]