mosquitto: fix build
[oi-userland.git] / components / python / shippinglabel / patches / 01-setuptools.patch
blob0ccbf795eb333ec99fda0b746f1a76c4ffc79dd1
1 --- shippinglabel-2.1.0/pyproject.toml.orig
2 +++ shippinglabel-2.1.0/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]