diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-20 15:10:52 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-20 15:12:13 -0700 |
| commit | 69e42c4fbd164ad7e63b92869e6ac5ff2ccc8b92 (patch) | |
| tree | 5dcdffb300d585a28976147414873f32521dde12 /meta-python/recipes-devtools/python/python3-charset-normalizer | |
| parent | b883bd25cdd27560fdebc5a4bf56f90e99964c4c (diff) | |
| download | meta-openembedded-69e42c4fbd164ad7e63b92869e6ac5ff2ccc8b92.tar.gz | |
python3-charset-normalizer: Upgrade to 3.4.6
Fix build with setuptools > 82.0.0 as well
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-charset-normalizer')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch new file mode 100644 index 0000000000..571333e44e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyprojects-Bump-setuptools-check-to-be-82.x.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | From 17bc1de2c08f9303886d654572b1ba64259a8a68 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <khem.raj@oss.qualcomm.com> | ||
| 3 | Date: Fri, 20 Mar 2026 15:06:51 -0700 | ||
| 4 | Subject: [PATCH] pyprojects: Bump setuptools check to be <= 82.x | ||
| 5 | |||
| 6 | This ensures build with 82.0.1 goes on | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> | ||
| 11 | --- | ||
| 12 | pyproject.toml | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 16 | index ea1c514..bbc83b7 100644 | ||
| 17 | --- a/pyproject.toml | ||
| 18 | +++ b/pyproject.toml | ||
| 19 | @@ -1,5 +1,5 @@ | ||
| 20 | [build-system] | ||
| 21 | -requires = ["setuptools>=68,<=82.0.0"] | ||
| 22 | +requires = ["setuptools>=68,<=83.0.0"] | ||
| 23 | build-backend = "backend" | ||
| 24 | backend-path = ["_mypyc_hook"] | ||
| 25 | |||
