dev-python/pyspf: Clean py2 deps up
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 07:38:42 +0000 (08:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 08:07:29 +0000 (09:07 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyspf/pyspf-2.0.12.ebuild

index 7907c9840d8292fbe2452f5c49b1b6d178963073..9cf73938a2f004288f0b72ed306516157ed1a943 100644 (file)
@@ -19,9 +19,7 @@ RESTRICT="!test? ( test )"
 
 # >=python-3.3 comes with the built-in ipaddress module
 RDEPEND="dev-python/authres[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' python2_7)
-       $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' python2_7)
-       $(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]' 'python3*')"
+       dev-python/pydns:3[${PYTHON_USEDEP}]"
 
 DEPEND="test? ( ${RDEPEND}
        dev-python/pyyaml[${PYTHON_USEDEP}] )"