re-enable smalltalk/cog-spur
[oi-userland.git] / components / python / zope.configuration / patches / 01-setuptools.patch
blobc7147b3be0cf3fb171a006d8d5d72855075af4bd
1 --- zope_configuration-6.0/pyproject.toml.orig
2 +++ zope_configuration-6.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]