diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 18:10:08 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 18:12:58 -0500 |
commit | 1a07bd42ffeaaf067abcb1ff3d1b63a0a0fb8e73 (patch) | |
tree | cc17dfc7c755d7aeea16cdb7671e1e4753899616 /dev-python/dns-lexicon | |
parent | dev-python/ctypescrypto: add py3_{8,9} (diff) | |
download | gentoo-1a07bd42ffeaaf067abcb1ff3d1b63a0a0fb8e73.tar.gz gentoo-1a07bd42ffeaaf067abcb1ff3d1b63a0a0fb8e73.tar.bz2 gentoo-1a07bd42ffeaaf067abcb1ff3d1b63a0a0fb8e73.zip |
dev-python/dns-lexicon: add py3_{8,9}. Fix DISTUTILS
Closes: https://bugs.gentoo.org/745891
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/dns-lexicon')
-rw-r--r-- | dev-python/dns-lexicon/dns-lexicon-3.3.4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/dns-lexicon/dns-lexicon-3.3.4.ebuild b/dev-python/dns-lexicon/dns-lexicon-3.3.4.ebuild index 572094e0ff2e..46b078b018a0 100644 --- a/dev-python/dns-lexicon/dns-lexicon-3.3.4.ebuild +++ b/dev-python/dns-lexicon/dns-lexicon-3.3.4.ebuild @@ -1,9 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend + +PYTHON_COMPAT=( python3_{6..9} ) -PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Manipulate DNS records on various DNS providers in a standardized/agnostic way" @@ -15,9 +18,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/tldextract[${PYTHON_USEDEP}] |