repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git]
/
components
/
python
/
persistent
/
patches
/
02-setuptools.patch
blob
c2ee41491086025c5032d790ea01a9b3b808050a
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"
10
11
[tool.coverage.run]