Files
MINGW-packages/mingw-w64-python-bcrypt/001-disable-abi3.patch
2022-09-22 17:22:39 +01:00

16 lines
473 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -38,12 +38,6 @@
"_bcrypt",
"src/_bcrypt/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.56.0",
),
],