From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E77715800A for ; Wed, 30 Aug 2023 02:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEE52BC013; Wed, 30 Aug 2023 02:23:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4238F2BC013 for ; Wed, 30 Aug 2023 02:23:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5981E340C72 for ; Wed, 30 Aug 2023 02:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B286B10DD for ; Wed, 30 Aug 2023 02:23:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693362177.df6ef35299d01e4e8805b2f2964700db279bab8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-41.0.3.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df6ef35299d01e4e8805b2f2964700db279bab8e X-VCS-Branch: master Date: Wed, 30 Aug 2023 02:23:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa016a8c-3dff-45f8-9ec4-9ffce7e65a8e X-Archives-Hash: e3e90230852939a1945d7f46d6f5141a commit: df6ef35299d01e4e8805b2f2964700db279bab8e Author: Sam James gentoo org> AuthorDate: Wed Aug 30 02:22:57 2023 +0000 Commit: Sam James gentoo 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 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}]