app-crypt/yubikey-manager: adjust the fido2 dep version for stable
authorGöktürk Yüksek <gokturk@gentoo.org>
Mon, 25 Nov 2019 20:07:45 +0000 (15:07 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Mon, 25 Nov 2019 20:18:02 +0000 (15:18 -0500)
>=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>
app-crypt/yubikey-manager/yubikey-manager-2.0.0-r1.ebuild [moved from app-crypt/yubikey-manager/yubikey-manager-2.0.0.ebuild with 97% similarity]

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 bdb00c048da53803d9dac55e687b31c085a1840f..033424c78815ff655665e68b262c6917748ab5ed 100644 (file)
@@ -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}]