commit: 81b9b531573d808d2ca40c2219518056c717f076
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 20:07:45 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 20:18:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b9b531
app-crypt/yubikey-manager: adjust the fido2 dep version for stable
>=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 <AT> gentoo.org>
.../{yubikey-manager-2.0.0.ebuild => yubikey-manager-2.0.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild
b/app-crypt/yubikey-manager/yubikey-manager-2.0.0-r1.ebuild
similarity index 97%
rename from app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild
rename to app-crypt/yubikey-manager/yubikey-manager-2.0.0-r1.ebuild
index bdb00c048da..033424c7881 100644
--- a/app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild
+++ b/app-crypt/yubikey-manager/yubikey-manager-2.0.0-r1.ebuild
@@ -23,7 +23,7 @@ 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[${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}]