diff options
author | Sam James <sam@gentoo.org> | 2022-06-05 11:16:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-05 11:17:17 +0100 |
commit | c00d4a688a3abf6b9f6cb0635aada62d2f33599b (patch) | |
tree | 1b2c1b52acf82e89994690348dc4359f69df5397 /dev-python/cryptography | |
parent | dev-python/meson-python: add missing pytest-mock test dep (diff) | |
download | gentoo-c00d4a688a3abf6b9f6cb0635aada62d2f33599b.tar.gz gentoo-c00d4a688a3abf6b9f6cb0635aada62d2f33599b.tar.bz2 gentoo-c00d4a688a3abf6b9f6cb0635aada62d2f33599b.zip |
dev-python/cryptography: fix CFFI RDEPEND
Closes: https://bugs.gentoo.org/849785
Fixes: 65679c86bec8982d7a95220891d2438ffc63a192
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cryptography')
-rw-r--r-- | dev-python/cryptography/cryptography-37.0.2-r1.ebuild (renamed from dev-python/cryptography/cryptography-37.0.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cryptography/cryptography-37.0.2.ebuild b/dev-python/cryptography/cryptography-37.0.2-r1.ebuild index 1f3ef3a47763..eb980050a68f 100644 --- a/dev-python/cryptography/cryptography-37.0.2.ebuild +++ b/dev-python/cryptography/cryptography-37.0.2-r1.ebuild @@ -79,13 +79,13 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86" RDEPEND=" >=dev-libs/openssl-1.0.2o-r6:0= -" -DEPEND=" - ${RDEPEND} $(python_gen_cond_dep ' >=dev-python/cffi-1.8:=[${PYTHON_USEDEP}] ' 'python*') " +DEPEND=" + ${RDEPEND} +" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( |