summaryrefslogtreecommitdiff
path: root/dns/py-ns1-python/files/patch-setup.py
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2020-05-18 12:09:11 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2020-05-18 12:09:11 +0000
commitd12d8dc71d8b77a96d89285f9780a06963ea7c53 (patch)
tree2618574298a328b094f433174b620cb78ba07555 /dns/py-ns1-python/files/patch-setup.py
parentnet/dpdk: ix build with 13-CURRENT (diff)
dns/py-ns1-python: update to 0.15.0
Reported by: portscout Sponsored by: SkunkWerks, GmbH
Notes
Notes: svn path=/head/; revision=535737
Diffstat (limited to 'dns/py-ns1-python/files/patch-setup.py')
-rw-r--r--dns/py-ns1-python/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/py-ns1-python/files/patch-setup.py b/dns/py-ns1-python/files/patch-setup.py
new file mode 100644
index 000000000000..26944dcf9e5b
--- /dev/null
+++ b/dns/py-ns1-python/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2020-05-18 08:21:51 UTC
++++ setup.py
+@@ -21,7 +21,7 @@ setup(
+ author_email="devteam@ns1.com",
+ url="https://github.com/ns1/ns1-python",
+ packages=find_packages(exclude=["tests", "examples"]),
+- setup_requires=["pytest-runner", "wheel",],
++ setup_requires=["pytest-runner"],
+ tests_require=["pytest", "pytest-pep8", "pytest-cov", "mock",],
+ keywords="dns development rest sdk ns1 nsone",
+ classifiers=[