From 0b5091bbff52ef8e2e8b6b1f173928088ebe5cc6 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Sat, 18 Feb 2023 18:24:43 +0800 Subject: [PATCH] python-cryptography: Update patch to disable Rust This extends the patch to also apply for pyproject.toml-based builds. Signed-off-by: Jeffery To --- .../patches/0004-disable-rust.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lang/python/python-cryptography/patches/0004-disable-rust.patch b/lang/python/python-cryptography/patches/0004-disable-rust.patch index 81c45a44d..bf3010bb0 100644 --- a/lang/python/python-cryptography/patches/0004-disable-rust.patch +++ b/lang/python/python-cryptography/patches/0004-disable-rust.patch @@ -1,3 +1,13 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -6,7 +6,6 @@ requires = [ + "wheel", + # Must be kept in sync with the `setup_requirements` in `setup.py` + "cffi>=1.12; platform_python_implementation != 'PyPy'", +- "setuptools-rust>=0.11.4", + ] + build-backend = "setuptools.build_meta" + --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import sys