diff options
author | Karel Kočí <cynerd@email.cz> | 2020-08-08 21:11:45 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-08-08 21:11:45 +0200 |
commit | 6dcfdbd03abda72f98675754fa6b1a8ac29c69bd (patch) | |
tree | 247989872beebc88f0ee93a737653561b6251012 /net-dns | |
parent | bed5fceeef99d3397c597e5bbf9458b8219f83a7 (diff) | |
download | gentoo-personal-overlay-6dcfdbd03abda72f98675754fa6b1a8ac29c69bd.tar.gz gentoo-personal-overlay-6dcfdbd03abda72f98675754fa6b1a8ac29c69bd.tar.bz2 gentoo-personal-overlay-6dcfdbd03abda72f98675754fa6b1a8ac29c69bd.zip |
net-dns/dyndnsc: rebase patch
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dyndnsc/files/no-pytest.patch | 6 |
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, |