Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/
Date: Mon, 29 Jan 2018 08:41:13
Message-Id: 1517215260.8a7a624ff5697b2e7ab15c27faa6ca238dfb355a.vapier@gentoo
1 commit: 8a7a624ff5697b2e7ab15c27faa6ca238dfb355a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 06:46:39 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 08:41:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a624f
7
8 dev-python/josepy: block all old versions of acme
9
10 Since these both install /usr/bin/jws, making the blocker conditional
11 upon the python versions doesn't make sense, so always block it. This
12 also fixes upgrades when older acme was built against different python
13 versions (and thus the blocker wouldn't activate).
14
15 dev-python/josepy/josepy-1.0.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild
19 index 3cfd2a6f2aa..11712885f36 100644
20 --- a/dev-python/josepy/josepy-1.0.1.ebuild
21 +++ b/dev-python/josepy/josepy-1.0.1.ebuild
22 @@ -22,4 +22,4 @@ DEPEND="
23 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
24 "
25 RDEPEND="${DEPEND}
26 - !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]"
27 + !<=app-crypt/acme-0.20.0"