Files
MINGW-packages/mingw-w64-python-cryptography/001-disable-abi3.patch
2022-09-20 19:48:42 +01:00

16 lines
496 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -48,12 +48,6 @@
"cryptography.hazmat.bindings._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.48.0",
)
],