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/cryptography/
Date: Wed, 01 Aug 2018 18:37:54
Message-Id: 1533148649.74117b828dbfc9c780f380dfe57bdb170088215a.prometheanfire@gentoo
1 commit: 74117b828dbfc9c780f380dfe57bdb170088215a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 18:36:23 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 18:37:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74117b82
7
8 dev-python/cryptography: fix attr(depends): = slot operator in blocker
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/cryptography/cryptography-2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild
16 index b86ee83bd1e..958c0527b8c 100644
17 --- a/dev-python/cryptography/cryptography-2.3.ebuild
18 +++ b/dev-python/cryptography/cryptography-2.3.ebuild
19 @@ -42,7 +42,7 @@ RDEPEND="
20 DEPEND="${RDEPEND}
21 >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
22 $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*')
23 - $(python_gen_cond_dep '!~dev-python/cffi-1.11.3:=[${PYTHON_USEDEP}]' 'python*')
24 + $(python_gen_cond_dep '!~dev-python/cffi-1.11.3[${PYTHON_USEDEP}]' 'python*')
25 test? (
26 ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
27 dev-python/hypothesis[${PYTHON_USEDEP}]