diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyproject.toml-relax-setuptools-upper-bound.patch b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyproject.toml-relax-setuptools-upper-bound.patch index 8d9ee26d8f..508debc340 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyproject.toml-relax-setuptools-upper-bound.patch +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyproject.toml-relax-setuptools-upper-bound.patch @@ -5,7 +5,7 @@ Subject: [PATCH] pyproject.toml: relax setuptools upper bound OE provides setuptools via DEPENDS and builds with --no-isolation, so the upstream upper cap on setuptools is spurious and breaks the build whenever -oe-core ships a newer setuptools (currently 83.0.0). +oe-core ships a newer setuptools (currently 84.0.0). Upstream-Status: Inappropriate [oe-core specific setuptools version] Signed-off-by: Khem Raj @@ -19,6 +19,6 @@ index 1111111..2222222 100644 +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] --requires = ["setuptools>=68,<82.1"] +-requires = ["setuptools>=68,<83.1"] +requires = ["setuptools>=68"] build-backend = "backend" diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb index 70dcb9e158..6df52a23d4 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.9.bb @@ -3,6 +3,7 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=48178f3fc1374ad7e830412f812bde05" +SRC_URI += "file://0001-pyproject.toml-relax-setuptools-upper-bound.patch" SRC_URI[sha256sum] = "673611bbd43f0810bec0b0f028ddeaaa501190339cac411f347ac76917c3ae7b" DEPENDS += "python3-setuptools-scm-native python3-mypy-native"