python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / zope.security / patches / 01-setuptools.patch
blob4f41601691cc9dfd266c0029af4740fbab8d3d68
1 --- zope_security-7.3/pyproject.toml.orig
2 +++ zope_security-7.3/pyproject.toml
3 @@ -3,7 +3,7 @@
4 # https://github.com/zopefoundation/meta/tree/master/config/c-code
6 [build-system]
7 -requires = ["setuptools<74"]
8 +requires = ["setuptools"]
9 build-backend = "setuptools.build_meta"
11 [tool.coverage.run]