summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2018-01-29 01:46:39 -0500
committerMike Frysinger <vapier@gentoo.org>2018-01-29 03:41:00 -0500
commit8a7a624ff5697b2e7ab15c27faa6ca238dfb355a (patch)
tree897f035fbdb1bd448b8f61b511f186ef41d50741 /dev-python/josepy
parentx11-libs/cairo-1.14.12-r0: alpha stable (diff)
downloadgentoo-8a7a624ff5697b2e7ab15c27faa6ca238dfb355a.tar.gz
gentoo-8a7a624ff5697b2e7ab15c27faa6ca238dfb355a.tar.bz2
gentoo-8a7a624ff5697b2e7ab15c27faa6ca238dfb355a.zip
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).
Diffstat (limited to 'dev-python/josepy')
-rw-r--r--dev-python/josepy/josepy-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild
index 3cfd2a6f2aac..11712885f363 100644
--- a/dev-python/josepy/josepy-1.0.1.ebuild
+++ b/dev-python/josepy/josepy-1.0.1.ebuild
@@ -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"