diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-03-09 14:47:11 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-03-09 14:47:11 +0000 |
commit | 6ccb597a9fab6aaec435a87bf4c35ebc7a961842 (patch) | |
tree | 4b95623232b862f24b91f8de291ea4051addaa24 | |
parent | sys-devel/bison: Removed old (diff) | |
download | gentoo-6ccb597a9fab6aaec435a87bf4c35ebc7a961842.tar.gz gentoo-6ccb597a9fab6aaec435a87bf4c35ebc7a961842.tar.bz2 gentoo-6ccb597a9fab6aaec435a87bf4c35ebc7a961842.zip |
sys-auth/solo-python: require <dev-python/fido2-0.9.0
Not compatible with that version yet.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | sys-auth/solo-python/solo-python-0.0.26.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/solo-python/solo-python-0.0.27.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/solo-python/solo-python-0.0.26.ebuild b/sys-auth/solo-python/solo-python-0.0.26.ebuild index e818982ae301..25ce53cdef78 100644 --- a/sys-auth/solo-python/solo-python-0.0.26.ebuild +++ b/sys-auth/solo-python/solo-python-0.0.26.ebuild @@ -21,6 +21,7 @@ RDEPEND=">=dev-python/click-7.0.0[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] >=dev-python/fido2-0.8.0[${PYTHON_USEDEP}] + <dev-python/fido2-0.9.0[${PYTHON_USEDEP}] dev-python/intelhex[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] dev-python/pyusb[${PYTHON_USEDEP}] diff --git a/sys-auth/solo-python/solo-python-0.0.27.ebuild b/sys-auth/solo-python/solo-python-0.0.27.ebuild index 29ea8a9393ae..244733920c0b 100644 --- a/sys-auth/solo-python/solo-python-0.0.27.ebuild +++ b/sys-auth/solo-python/solo-python-0.0.27.ebuild @@ -21,6 +21,7 @@ RDEPEND=">=dev-python/click-7.0.0[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] >=dev-python/fido2-0.8.1[${PYTHON_USEDEP}] + <dev-python/fido2-0.9.0[${PYTHON_USEDEP}] dev-python/intelhex[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] dev-python/pyusb[${PYTHON_USEDEP}] |