1 --- cryptography-43.0.3/pyproject.toml.orig
2 +++ cryptography-43.0.3/pyproject.toml
4 "cffi>=1.12; platform_python_implementation != 'PyPy'",
5 # Needed because cffi imports distutils, and in Python 3.12, distutils has
6 # been removed from the stdlib, but installing setuptools puts it back.
7 - "setuptools!=74.0.0,!=74.1.0,!=74.1.1,!=74.1.2,!=74.1.3,!=75.0.0,!=75.1.0,!=75.2.0",
10 build-backend = "maturin"