diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-02-21 23:28:56 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-02-21 23:41:16 +0000 |
commit | 2874c02ee275a309b90c993be83f5af6786aecdd (patch) | |
tree | 1a9e8d6e44fa074a2d54993fd806bc2dfa9f0b87 /app-crypt/yubikey-manager | |
parent | dev-vcs/git-machete: add 3.15.2 (diff) | |
download | gentoo-2874c02ee275a309b90c993be83f5af6786aecdd.tar.gz gentoo-2874c02ee275a309b90c993be83f5af6786aecdd.tar.bz2 gentoo-2874c02ee275a309b90c993be83f5af6786aecdd.zip |
app-crypt/yubikey-manager: remove dev-python/cryptography version cap in 4.0.8
Seems to have no problems with 39.0.1:
- all standard tests pass;
- several device-specific PIV tests fail due to newer cryptography not
allowing the use of SHA1, which could easily be fixed by patching the
offending tests not to use that algorithm - and in any case we do not
run any of these in src_test();
- rudimentary run-time testing has shown no issues yet.
Going straight to stable due to Bug #893576.
Bug: https://bugs.gentoo.org/893522
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager')
-rw-r--r-- | app-crypt/yubikey-manager/yubikey-manager-4.0.8-r1.ebuild (renamed from app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild b/app-crypt/yubikey-manager/yubikey-manager-4.0.8-r1.ebuild index a684d6c63d95..c1c671051c91 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.8-r1.ebuild @@ -26,7 +26,7 @@ IUSE="ssl" RDEPEND=" app-crypt/ccid dev-python/click[${PYTHON_USEDEP}] - <dev-python/cryptography-39[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/fido2:0/0.9[${PYTHON_USEDEP}] dev-python/pyscard[${PYTHON_USEDEP}] ssl? ( >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}] )" |