gst-editing-services1: update to 1.24.11
[oi-userland.git] / components / python / zstandard / patches / 01-unpin-setuptools.patch
blobc03b5dc9b94c53c809de5227ac29fa81fa9b938c
1 --- zstandard-0.23.0/pyproject.toml.orig
2 +++ zstandard-0.23.0/pyproject.toml
3 @@ -2,11 +2,7 @@
4 requires = [
5 "cffi>=1.16.0; python_version <= '3.12'",
6 "cffi==1.17.0rc1; python_version >= '3.13'",
7 - # 69.0.0 breaks handling of --config-settings=--build-option, which our CI
8 - # relies on. So constrained to an older version until we figure out a
9 - # workaround. See comment at
10 - # https://github.com/pypa/pip/issues/11859#issuecomment-2132287974.
11 - "setuptools<69.0.0",
12 + "setuptools",
14 # Need to use legacy backend because setup_zstd.py breaks build isolation.
15 build-backend = "setuptools.build_meta:__legacy__"