diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:14:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:23:21 +0100 |
commit | 1abea6ac723ee7411710cbec866ed8f0f3787105 (patch) | |
tree | 855c92161303e612c3b5469103132b48c6bda5ce /dev-python/fido2 | |
parent | dev-python/fedmsg: Clean py2 deps up (diff) | |
download | gentoo-1abea6ac723ee7411710cbec866ed8f0f3787105.tar.gz gentoo-1abea6ac723ee7411710cbec866ed8f0f3787105.tar.bz2 gentoo-1abea6ac723ee7411710cbec866ed8f0f3787105.zip |
dev-python/fido2: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fido2')
-rw-r--r-- | dev-python/fido2/fido2-0.7.3.ebuild | 1 | ||||
-rw-r--r-- | dev-python/fido2/fido2-0.8.1.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/fido2/fido2-0.7.3.ebuild b/dev-python/fido2/fido2-0.7.3.ebuild index fc86c9f356f1..de26e16eb4bf 100644 --- a/dev-python/fido2/fido2-0.7.3.ebuild +++ b/dev-python/fido2/fido2-0.7.3.ebuild @@ -20,7 +20,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/pyscard[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) examples? ( dev-python/flask[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] diff --git a/dev-python/fido2/fido2-0.8.1.ebuild b/dev-python/fido2/fido2-0.8.1.ebuild index bbf3b34f86ef..5cbdb73cf539 100644 --- a/dev-python/fido2/fido2-0.8.1.ebuild +++ b/dev-python/fido2/fido2-0.8.1.ebuild @@ -20,7 +20,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/pyscard[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) examples? ( dev-python/flask[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] |