From 91e7a2139fa06b721e9e54996f43d7509cce4b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 16 Feb 2025 15:17:42 +0100 Subject: [PATCH] dev-python/cryptography: Call distutils-r1_src_prepare MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cryptography/cryptography-44.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-44.0.1.ebuild b/dev-python/cryptography/cryptography-44.0.1.ebuild index 694348dc5626a..e829f6b5fc0a6 100644 --- a/dev-python/cryptography/cryptography-44.0.1.ebuild +++ b/dev-python/cryptography/cryptography-44.0.1.ebuild @@ -106,7 +106,7 @@ src_unpack() { } src_prepare() { - default + distutils-r1_src_prepare sed -i -e 's:--benchmark-disable::' pyproject.toml || die