Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
Date: Fri, 26 Nov 2021 08:25:25
Message-Id: 1637915108.65679c86bec8982d7a95220891d2438ffc63a192.sam@gentoo
1 commit: 65679c86bec8982d7a95220891d2438ffc63a192
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 08:25:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 08:25:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65679c86
7
8 dev-python/cryptography: fix DEPEND for 36.0.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/cryptography/cryptography-36.0.0.ebuild | 14 +++++---------
13 1 file changed, 5 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-python/cryptography/cryptography-36.0.0.ebuild b/dev-python/cryptography/cryptography-36.0.0.ebuild
16 index 67cf4915f191..1d19af956958 100644
17 --- a/dev-python/cryptography/cryptography-36.0.0.ebuild
18 +++ b/dev-python/cryptography/cryptography-36.0.0.ebuild
19 @@ -73,15 +73,12 @@ SLOT="0"
20 # See bug #769482, bug #827350
21 #KEYWORDS="~amd64 ~ppc64"
22
23 -RDEPEND="
24 - >=dev-libs/openssl-1.0.2o-r6:0=
25 +RDEPEND=">=dev-libs/openssl-1.0.2o-r6:0="
26 +DEPEND="${RDEPEND}
27 $(python_gen_cond_dep '
28 >=dev-python/cffi-1.8:=[${PYTHON_USEDEP}]
29 - ' 'python*')
30 -"
31 -BDEPEND="
32 - ${DEPEND}
33 - dev-python/setuptools_rust[${PYTHON_USEDEP}]
34 + ' 'python*')"
35 +BDEPEND="dev-python/setuptools_rust[${PYTHON_USEDEP}]
36 test? (
37 >=dev-python/hypothesis-1.11.4[${PYTHON_USEDEP}]
38 dev-python/iso8601[${PYTHON_USEDEP}]
39 @@ -90,8 +87,7 @@ BDEPEND="
40 dev-python/pytest-subtests[${PYTHON_USEDEP}]
41 dev-python/pytest-xdist[${PYTHON_USEDEP}]
42 dev-python/pytz[${PYTHON_USEDEP}]
43 - )
44 -"
45 + )"
46
47 # Files built without CFLAGS/LDFLAGS, acceptable for rust
48 QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/cryptography/hazmat/bindings/_rust.abi3.so"