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
Obsolete golang-120
[oi-userland.git]
/
components
/
python
/
BTrees
/
patches
/
01-setuptools.patch
blob
452b6c017e15a1174c358fa816763005c665d593
1
--- btrees-6.1/pyproject.toml.orig
2
+++ btrees-6.1/pyproject.toml
3
@@ -1,5 +1,5 @@
4
[build-system]
5
-requires = ["setuptools<74", "wheel", "persistent"]
6
+requires = ["setuptools", "wheel", "persistent"]
7
build-backend = "setuptools.build_meta"
8
9
[tool.coverage.run]