mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-perl/JSON-WebToken: set RDEPEND to fix test failure
RDEPEND on ~dev-perl/Crypt-OpenSSL-RSA-0.350.0 to fix test failure. Fails with dev-perl/Crypt-OpenSSL-RSA-0.370.0 due to changes in padding handling. Newer versions of dev-perl/Crypt-OpenSSL-RSA are preemptively masked. Pinning to this version buys us some time. Ultimately we'll likely need to replace dev-perl/Crypt-OpenSSL-RSA with another RSA provider. Bug: https://bugs.gentoo.org/974868 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/909 Merges: https://codeberg.org/gentoo/gentoo/pulls/909 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
committed by
Andreas K. Hüttel
parent
0a2dac419b
commit
e2598c3129
@@ -12,8 +12,10 @@ DESCRIPTION="JSON Web Token (JWT) implementation"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# does not work with >dev-perl/Crypt-OpenSSL-RSA-0.350.0 (bug 974868)
|
||||
RDEPEND="
|
||||
>=dev-lang/perl-5.08.1
|
||||
~dev-perl/Crypt-OpenSSL-RSA-0.350.0
|
||||
dev-perl/JSON
|
||||
dev-perl/Module-Runtime
|
||||
"
|
||||
Reference in New Issue
Block a user