commit: c00d4a688a3abf6b9f6cb0635aada62d2f33599b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 10:16:14 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 10:17:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00d4a68
dev-python/cryptography: fix CFFI RDEPEND Closes: https://bugs.gentoo.org/849785 Fixes: 65679c86bec8982d7a95220891d2438ffc63a192 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{cryptography-37.0.2.ebuild => cryptography-37.0.2-r1.ebuild} | 6 +++--- 1 file 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 similarity index 100% rename from dev-python/cryptography/cryptography-37.0.2.ebuild rename to 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? (
