Po-Chuan Hsieh 1e503b0355
security/py-cryptography-legacy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:07:31 +08:00

11 lines
321 B
TOML

--- pyproject.toml.orig 2021-08-24 17:17:17 UTC
+++ 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"