summaryrefslogtreecommitdiff
path: root/dns/py-ns1-python/files/patch-setup.py
diff options
context:
space:
mode:
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=[