python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / transaction / patches / 01-setuptools.patch
blobbb560123ab24e83d97b897b5e40cefb8413cef76
1 --- transaction-5.0/pyproject.toml.orig
2 +++ transaction-5.0/pyproject.toml
3 @@ -3,7 +3,7 @@
4 # https://github.com/zopefoundation/meta/tree/master/config/pure-python
6 [build-system]
7 -requires = ["setuptools<74"]
8 +requires = ["setuptools"]
9 build-backend = "setuptools.build_meta"
11 [tool.coverage.run]