python/coverage: update to 7.6.5
[oi-userland.git] / components / python / zope.interface / patches / 01-setuptools.patch
blob2bb1792957a5c57747936923c0fc6151fada93c6
1 --- zope.interface-7.1.1/pyproject.toml.orig
2 +++ zope.interface-7.1.1/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]