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
perl/Test-Simple: update to 1.302205
[oi-userland.git]
/
components
/
python
/
whey
/
patches
/
01-setuptools.patch
blob
a4cc56425b511408a679a1c0335d98b13a7490cd
1
--- whey-0.1.1/pyproject.toml.orig
2
+++ whey-0.1.1/pyproject.toml
3
@@ -1,5 +1,5 @@
4
[build-system]
5
-requires = [ "setuptools!=61.*,<=67.1.0,>=40.6.0", "wheel>=0.34.2",]
6
+requires = [ "setuptools!=61.*,>=40.6.0", "wheel>=0.34.2",]
7
build-backend = "setuptools.build_meta"
8
9
[project]