summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/dyndnsc/files/no-pytest.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/dyndnsc/files/no-pytest.patch b/net-dns/dyndnsc/files/no-pytest.patch
index f8f45d4..b8f445b 100644
--- a/net-dns/dyndnsc/files/no-pytest.patch
+++ b/net-dns/dyndnsc/files/no-pytest.patch
@@ -1,11 +1,11 @@
diff --git a/setup.py b/setup.py
-index 67da701..810cae8 100644
+index 254f230..24514a6 100644
--- a/setup.py
+++ b/setup.py
-@@ -90,7 +90,6 @@ setup(
+@@ -110,7 +110,6 @@ setup(
url="https://github.com/infothrill/python-dyndnsc",
# https://packaging.python.org/tutorials/distributing-packages/#python-requires
- python_requires=">=3.5",
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
- setup_requires=["pytest-runner"],
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,