python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / dist-meta / patches / 01-setuptools.patch
blob40a4a760c54b514fdf34a39e70b7c47557b52d13
1 --- dist-meta-0.8.1/pyproject.toml.orig
2 +++ dist-meta-0.8.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]