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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 995DB158042 for ; Mon, 11 Nov 2024 20:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7768E07E6; Mon, 11 Nov 2024 20:50:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B25A9E07E6 for ; Mon, 11 Nov 2024 20:50:39 +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 AFB65340943 for ; Mon, 11 Nov 2024 20:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FA5E18DD for ; Mon, 11 Nov 2024 20:50:37 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1731358108.2cb8835f058aeea16d9fe4afc9fff84730f379dc.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-43.0.3-r1.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 2cb8835f058aeea16d9fe4afc9fff84730f379dc X-VCS-Branch: master Date: Mon, 11 Nov 2024 20:50:37 +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: c26b0f3a-bcb7-4d69-b033-f8bd78cd0561 X-Archives-Hash: 76e3dd12fbb3f75da98bcf8892de2bb8 commit: 2cb8835f058aeea16d9fe4afc9fff84730f379dc Author: Eli Schwartz gentoo org> AuthorDate: Mon Nov 11 20:44:44 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Mon Nov 11 20:48:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb8835f dev-python/cryptography: re-add a BDEPEND on rust During the migration to slotted rust, an explicit dependency on virtual/rust was entirely dropped. But cryptography must explicitly depend on rust, because it defines CARGO_OPTIONAL (in order to get access to cargo setup functions without also exporting cargo phase functions, as we want the distutils-r1 phase functions instead). No revbump as users who successfully built it will not need the bdep fix. Fixes: 01ba4dc61965ef7658a24728841c04c9a1ce4871 Signed-off-by: Eli Schwartz gentoo.org> dev-python/cryptography/cryptography-43.0.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cryptography/cryptography-43.0.3-r1.ebuild b/dev-python/cryptography/cryptography-43.0.3-r1.ebuild index d2d62f9acef7..1b96eff2c30f 100644 --- a/dev-python/cryptography/cryptography-43.0.3-r1.ebuild +++ b/dev-python/cryptography/cryptography-43.0.3-r1.ebuild @@ -79,6 +79,7 @@ DEPEND=" " BDEPEND=" + ${RUST_DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/certifi[${PYTHON_USEDEP}]