mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
python-cryptography: Update patch to disable Rust
This extends the patch to also apply for pyproject.toml-based builds.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 0b5091bbff)
This commit is contained in:
committed by
Josef Schlehofer
parent
ad0abb4159
commit
c97f1fe239
@@ -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
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -11,7 +11,7 @@ import sys
|
@@ -11,7 +11,7 @@ import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user