ports/dns/py-ns1-python/files/patch-setup.py
Dave Cottlehuber 99e82a6648 dns/py-ns1-python: update to 0.23.0
Sponsored by:	SkunkWerks, GmbH
Reported by:	portscout
2025-03-05 07:10:31 +00:00

11 lines
300 B
Python

--- setup.py.orig 2024-12-13 10:23:24 UTC
+++ setup.py
@@ -23,8 +23,6 @@ setup(
url="https://github.com/ns1/ns1-python",
packages=find_packages(exclude=["tests", "examples"]),
setup_requires=[
- "pytest-runner",
- "wheel",
],
tests_require=[
"pytest",