summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2019-11-25 15:12:02 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2019-11-25 15:18:06 -0500
commit1d89217ae6b88c174fd8f1dbce1787fefff95aae (patch)
treef247006ab82f099d8526ba166aeb869f7a12c96e /app-crypt
parentapp-crypt/yubikey-manager: adjust the fido2 dep version for stable (diff)
downloadgentoo-1d89217ae6b88c174fd8f1dbce1787fefff95aae.tar.gz
gentoo-1d89217ae6b88c174fd8f1dbce1787fefff95aae.tar.bz2
gentoo-1d89217ae6b88c174fd8f1dbce1787fefff95aae.zip
app-crypt/yubikey-manager: adjust the fido2 dep version range
>=dev-python/fido2-0.8.0 introduces changes that are not backwards compatible. Bound the version range of the dependency. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild (renamed from app-crypt/yubikey-manager/yubikey-manager-3.1.0.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-3.1.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild
index cf74d5ba3a68..ecc2e35033ce 100644
--- a/app-crypt/yubikey-manager/yubikey-manager-3.1.0.ebuild
+++ b/app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
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}]
dev-python/pyscard[${PYTHON_USEDEP}]
dev-python/pyusb[${PYTHON_USEDEP}]