app-crypt/yubikey-manager: Clean py2 deps up
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 07:14:02 +0000 (08:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 07:23:06 +0000 (08:23 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild
app-crypt/yubikey-manager/yubikey-manager-3.1.1.ebuild

index b471c2587921e81537f0271b2f1112c4d2731335..cbd62bf2dc9d8ca7f55dcf10511aad448650f95a 100644 (file)
@@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        dev-python/click[${PYTHON_USEDEP}]
        dev-python/cryptography[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
        >=dev-python/fido2-0.7.0[${PYTHON_USEDEP}]
        <dev-python/fido2-0.8.0[${PYTHON_USEDEP}]
        dev-python/pyopenssl[${PYTHON_USEDEP}]
@@ -34,7 +33,6 @@ DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2_7')
        )
 "
 
index c510503999b1e7bbea7603b01fabd23a2628d9a0..ac83c7f009adef0313b38979d60ba830c0763129 100644 (file)
@@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        dev-python/click[${PYTHON_USEDEP}]
        dev-python/cryptography[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
        >=dev-python/fido2-0.7.0[${PYTHON_USEDEP}]
        <dev-python/fido2-0.8.0[${PYTHON_USEDEP}]
        dev-python/pyopenssl[${PYTHON_USEDEP}]
@@ -34,7 +33,6 @@ DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2_7')
        )
 "