python/coverage: update to 7.6.5
[oi-userland.git] / components / python / cryptography / patches / 01-setuptools.patch
blob873fe751ff1b6d96f3b87dc5fee5448ef12f9a4c
1 --- cryptography-43.0.3/pyproject.toml.orig
2 +++ cryptography-43.0.3/pyproject.toml
3 @@ -8,7 +8,7 @@
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",
8 + "setuptools",
10 build-backend = "maturin"