diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-24 00:38:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-24 00:39:35 -0700 |
commit | 91a5ad9f824a9850fe67b7c4838eef266278f90e (patch) | |
tree | 1734d24177eb442d9e6edb66e5dbc26997526831 /meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch | |
parent | 9488d69f96d935dd9e48ebf4b002d5cb0206107c (diff) | |
download | meta-openembedded-91a5ad9f824a9850fe67b7c4838eef266278f90e.tar.gz |
python3-pyzstd: Bump upper version of setuptools to > 80
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch index 8fc26bd90b..cbc167157b 100644 --- a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch +++ b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch | |||
@@ -22,6 +22,6 @@ index dd885e4..9f273b3 100644 | |||
22 | # setuptools 64+ support --build-option | 22 | # setuptools 64+ support --build-option |
23 | # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows | 23 | # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows |
24 | -requires = ["setuptools>=64,<74"] | 24 | -requires = ["setuptools>=64,<74"] |
25 | +requires = ["setuptools>=64,<79"] | 25 | +requires = ["setuptools>=64,<89"] |
26 | backend-path = ["build_script"] | 26 | backend-path = ["build_script"] |
27 | build-backend = "pyzstd_pep517" | 27 | build-backend = "pyzstd_pep517" |