re-enable smalltalk/cog-spur
[oi-userland.git] / components / python / zope.testrunner / patches / 02-setuptools.patch
blob6670fe877846b737b49a566ce8d72db0f3c3932d
1 --- zope_testrunner-6.6.1/pyproject.toml.orig
2 +++ zope_testrunner-6.6.1/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]