commit: df6ef35299d01e4e8805b2f2964700db279bab8e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 02:22:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 02:22:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6ef352
dev-python/cryptography: add missing rust BDEPEND
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cryptography/cryptography-41.0.3.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/cryptography/cryptography-41.0.3.ebuild
b/dev-python/cryptography/cryptography-41.0.3.ebuild
index 8ea9ac913e1b..62856aa585dd 100644
--- a/dev-python/cryptography/cryptography-41.0.3.ebuild
+++ b/dev-python/cryptography/cryptography-41.0.3.ebuild
@@ -98,8 +98,11 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
+# XXX: Drop explicit >=virtual/rust-1.56.0 dep once that's the minimum in
cargo.eclass
+# and replace it with ${RUST_DEPEND}
BDEPEND="
dev-python/setuptools-rust[${PYTHON_USEDEP}]
+ >=virtual/rust-1.56.0
test? (
>=dev-python/hypothesis-1.11.4[${PYTHON_USEDEP}]
dev-python/iso8601[${PYTHON_USEDEP}]