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: Sun, 05 Jun 2022 10:17:39
Message-Id: 1654424237.c00d4a688a3abf6b9f6cb0635aada62d2f33599b.sam@gentoo
1 commit: c00d4a688a3abf6b9f6cb0635aada62d2f33599b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 10:16:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 10:17:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00d4a68
7
8 dev-python/cryptography: fix CFFI RDEPEND
9
10 Closes: https://bugs.gentoo.org/849785
11 Fixes: 65679c86bec8982d7a95220891d2438ffc63a192
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../{cryptography-37.0.2.ebuild => cryptography-37.0.2-r1.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/cryptography/cryptography-37.0.2.ebuild b/dev-python/cryptography/cryptography-37.0.2-r1.ebuild
18 similarity index 100%
19 rename from dev-python/cryptography/cryptography-37.0.2.ebuild
20 rename to dev-python/cryptography/cryptography-37.0.2-r1.ebuild
21 index 1f3ef3a47763..eb980050a68f 100644
22 --- a/dev-python/cryptography/cryptography-37.0.2.ebuild
23 +++ b/dev-python/cryptography/cryptography-37.0.2-r1.ebuild
24 @@ -79,13 +79,13 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
25
26 RDEPEND="
27 >=dev-libs/openssl-1.0.2o-r6:0=
28 -"
29 -DEPEND="
30 - ${RDEPEND}
31 $(python_gen_cond_dep '
32 >=dev-python/cffi-1.8:=[${PYTHON_USEDEP}]
33 ' 'python*')
34 "
35 +DEPEND="
36 + ${RDEPEND}
37 +"
38 BDEPEND="
39 dev-python/setuptools-rust[${PYTHON_USEDEP}]
40 test? (