From 6dcfdbd03abda72f98675754fa6b1a8ac29c69bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Aug 2020 21:11:45 +0200 Subject: net-dns/dyndnsc: rebase patch --- net-dns/dyndnsc/files/no-pytest.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-dns/dyndnsc') 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, -- cgit v1.2.3