opnsense-ports/dns/py-ns1-python/files/patch-setup.py
Franco Fichtner 2bf174870b */*: sync with upstream
Taken from: FreeBSD
2022-03-10 14:43:32 +01:00

12 lines
325 B
Python

--- setup.py.orig 2022-03-08 12:04:18 UTC
+++ setup.py
@@ -23,8 +23,7 @@ setup(
url="https://github.com/ns1/ns1-python",
packages=find_packages(exclude=["tests", "examples"]),
setup_requires=[
- "pytest-runner",
- "wheel",
+ "pytest-runner"
],
tests_require=[
"pytest",