From 8a7a624ff5697b2e7ab15c27faa6ca238dfb355a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Jan 2018 01:46:39 -0500 Subject: 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). --- dev-python/josepy/josepy-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/josepy') 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" -- cgit v1.2.3-65-gdbad