perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / zope.i18nmessageid / patches / 01-setuptools.patch
blobb8c25831203909f6a858b5587091dba4660acbc5
1 --- zope_i18nmessageid-7.0/pyproject.toml.orig
2 +++ zope_i18nmessageid-7.0/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]