uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / python / persistent / patches / 02-setuptools.patch
blobc2ee41491086025c5032d790ea01a9b3b808050a
1 --- persistent-6.1/pyproject.toml.orig
2 +++ persistent-6.1/pyproject.toml
3 @@ -1,7 +1,7 @@
4 # Generated from:
5 # 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]