mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/josepy: block all old versions of acme
Since these both install /usr/bin/jws, making the blocker conditional upon the python versions doesn't make sense, so always block it. This also fixes upgrades when older acme was built against different python versions (and thus the blocker wouldn't activate).
This commit is contained in:
@@ -22,4 +22,4 @@ DEPEND="
|
||||
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
!<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]"
|
||||
!<=app-crypt/acme-0.20.0"
|
||||
|
||||
Reference in New Issue
Block a user