summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-30 03:22:57 +0100
committerSam James <sam@gentoo.org>2023-08-30 03:22:57 +0100
commitdf6ef35299d01e4e8805b2f2964700db279bab8e (patch)
treee05323c4fb1d0777fe8fd4af5a8d2f052bd89fe5
parentnet-libs/libssh2: Stabilize 1.11.0-r2 ppc, #909341 (diff)
downloadgentoo-df6ef352.tar.gz
gentoo-df6ef352.tar.bz2
gentoo-df6ef352.zip
dev-python/cryptography: add missing rust BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/cryptography/cryptography-41.0.3.ebuild3
1 files changed, 3 insertions, 0 deletions
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}]