diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 20:25:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 20:27:59 +0100 |
commit | d59421454b5da01e4cc222817944227e57945bba (patch) | |
tree | ee61c407cc1ad7457b19a349eaa77bae6df510f3 /dev-python/dnspython | |
parent | dev-python/jaraco-packaging: Remove stale importlib-metadata dep (diff) | |
download | gentoo-d59421454b5da01e4cc222817944227e57945bba.tar.gz gentoo-d59421454b5da01e4cc222817944227e57945bba.tar.bz2 gentoo-d59421454b5da01e4cc222817944227e57945bba.zip |
dev-python/dnspython: Remove obsolete python_gen* w/ -2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.16.0-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/dnspython/dnspython-1.16.0-r2.ebuild b/dev-python/dnspython/dnspython-1.16.0-r2.ebuild index 770b895f5fce..36d14f2bd4eb 100644 --- a/dev-python/dnspython/dnspython-1.16.0-r2.ebuild +++ b/dev-python/dnspython/dnspython-1.16.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ IUSE="examples" RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}] >=dev-python/ecdsa-0.13[${PYTHON_USEDEP}] >=dev-python/idna-2.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' -2) !dev-python/dnspython:py2 !dev-python/dnspython:py3" |