perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / whey / patches / 01-setuptools.patch
bloba4cc56425b511408a679a1c0335d98b13a7490cd
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"
9 [project]