commit: 1d89217ae6b88c174fd8f1dbce1787fefff95aae
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 20:12:02 2019 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 20:18:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d89217a
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 <AT> gentoo.org>
.../{yubikey-manager-3.1.0.ebuild => yubikey-manager-3.1.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
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
similarity index 97%
rename from app-crypt/yubikey-manager/yubikey-manager-3.1.0.ebuild
rename to app-crypt/yubikey-manager/yubikey-manager-3.1.0-r1.ebuild
index cf74d5ba3a6..ecc2e35033c 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}]