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-25 18:23:58 -0700 |
| commit | f544e2b18524df2cb0c5a476bbc7813915b11304 (patch) | |
| tree | ba6494eea76724b5bae357cf0e582d2d0ebeaeaf /meta-python/recipes-devtools/python/python3-pyzstd | |
| parent | 5df267759c953b9615290ea6b8d9051b83863bf9 (diff) | |
| download | meta-openembedded-f544e2b18524df2cb0c5a476bbc7813915b11304.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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch (renamed from meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch) | 8 |
1 files changed, 4 insertions, 4 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-89.patch index 8fc26bd90b..f7b43b12a7 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-89.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From e648bb2439cad0d2ce47875edc7944d0b446fdb4 Mon Sep 17 00:00:00 2001 | 1 | From bc9b975c9f41e43481a2eb0623b4180926baecec Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 9 Apr 2025 14:38:31 -0700 | 3 | Date: Wed, 9 Apr 2025 14:38:31 -0700 |
| 4 | Subject: [PATCH] Bump setuptools dependency from 74 to 79 | 4 | Subject: [PATCH] Bump setuptools dependency from 74 to 89 |
| 5 | 5 | ||
| 6 | Upstream sticks to 0.74 since setuptools have dropped msvc9compiler | 6 | Upstream sticks to 0.74 since setuptools have dropped msvc9compiler |
| 7 | support beyond that which is needed for python 3.9 on windows. We | 7 | support beyond that which is needed for python 3.9 on windows. We |
| @@ -14,7 +14,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | 15 | ||
| 16 | diff --git a/pyproject.toml b/pyproject.toml | 16 | diff --git a/pyproject.toml b/pyproject.toml |
| 17 | index dd885e4..9f273b3 100644 | 17 | index dd885e4..5d4d511 100644 |
| 18 | --- a/pyproject.toml | 18 | --- a/pyproject.toml |
| 19 | +++ b/pyproject.toml | 19 | +++ b/pyproject.toml |
| 20 | @@ -1,6 +1,6 @@ | 20 | @@ -1,6 +1,6 @@ |
| @@ -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" |
