Files
MINGW-packages/mingw-w64-python-cryptography/001-disable-abi3.patch
2022-08-24 07:21:02 +01:00

16 lines
467 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -45,12 +45,6 @@
"_rust",
"src/rust/Cargo.toml",
py_limited_api=True,
- # Enable abi3 mode if we're not using PyPy.
- features=(
- []
- if platform.python_implementation() == "PyPy"
- else ["pyo3/abi3-py36"]
- ),
rust_version=">=1.41.0",
)
],