mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-23 18:47:15 +00:00
python3-httptools: Relax setuptools upper bound in build requirements
The upstream pyproject.toml caps setuptools at <=82.0.1, but OE builds with --no-isolation against the native setuptools (now 83.0.0), so the build fails with "Missing dependencies: setuptools<=82.0.1,>=80.9.0". Drop the spurious upper bound. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -5,4 +5,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0a2d82955bf3facdf04cb882655e840e"
|
||||
|
||||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
SRC_URI += "file://0001-pyproject.toml-relax-setuptools-upper-bound.patch"
|
||||
SRC_URI[sha256sum] = "6b2a32f18d97e16e90827d7a819ffa8dbd8cc245fc4e1fa9d1095b54ef4bd999"
|
||||
|
||||
Reference in New Issue
Block a user