Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/
Date: Fri, 26 Jan 2018 00:47:07
Message-Id: 1516927611.07260e22b49d6b06c79e997223f45a92a839fb30.prometheanfire@gentoo
1 commit: 07260e22b49d6b06c79e997223f45a92a839fb30
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 00:45:22 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 00:46:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07260e22
7
8 dev-python/josepy: block on earlier versions of acme
9
10 Closes: https://bugs.gentoo.org/642954
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 dev-python/josepy/josepy-1.0.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild
18 index 115d502f9d0..b66ff9faa81 100644
19 --- a/dev-python/josepy/josepy-1.0.1.ebuild
20 +++ b/dev-python/josepy/josepy-1.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
28 IUSE=""
29
30 DEPEND="
31 + !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]
32 >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
33 >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
34 >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]