Summary: | dev-python/cryptography: automagic dependency on dev-libs/openssl[sslv3] (was: app-crypt/yubikey-manager-3.1.2) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | nvaert1986 <nvaert1986> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | gokturk, mgorny, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
nvaert1986
2021-05-11 12:30:52 UTC
Oh, this seems kind of nasty. Can you try 4.0.0? This works for me for now. I decided t that I'll just leave the sslv3 USE flag enabled. I don't know whether the USE flag is going to be deprecated soon, because then it might need further investigation but this is solved as in; works for me. I can't reproduce this. I have openssl with USE='-sslv3' and ykman works for me: $ ykman list YubiKey NEO [FIDO+CCID] Serial: #### ykman-gui works as well. Looks like this is originating from dev-python/cryptography, as yubikey-manager doesn't directly depend on openssl itself. CC'ing @python I suppose it could have been caused by emerging cryptography against openssl[sslv3], then replacing it with openssl[-sslv3]. I'll try to reproduce it later. Yep, confirmed that's the problem. The workaround is to rebuild cryptography after rebuilding openssl. I'll look into forcing SSLv3 off, like we do in dev-lang/python. Oops, accidentally referenced the other bug. *** This bug has been marked as a duplicate of bug 803887 *** |