perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / domdf_python_tools / patches / 02-setuptools.patch
blob4b45a92700d0708310f9501e0c68cc45aa81d4f4
1 https://github.com/domdfcoding/domdf_python_tools/issues/122
3 --- domdf_python_tools-3.9.0/pyproject.toml.orig
4 +++ domdf_python_tools-3.9.0/pyproject.toml
5 @@ -1,5 +1,5 @@
6 [build-system]
7 -requires = [ "setuptools!=61.*,<=67.1.0,>=40.6.0", "wheel>=0.34.2",]
8 +requires = [ "setuptools!=61.*,>=40.6.0", "wheel>=0.34.2",]
9 build-backend = "setuptools.build_meta"
11 [project]