| Message ID | 20260908134926.200628-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/2] python3-iniconfig: remove obsolete DEPENDS | expand |
diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb index 05b4dd6c749..6933ac49354 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a73af4b5f1f3a8731e5def70e8c1254" SRC_URI[sha256sum] = "c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730" -DEPENDS += "python3-hatch-vcs-native" +DEPENDS += "python3-setuptools-scm-native" inherit pypi python_setuptools_build_meta
hatch-vcs was removed as a build dependency in 2.2.0[1]. They moved to setuptools so now depend on setuptools-scm instead. [1] https://github.com/pytest-dev/iniconfig/commit/3af74adab75bf42fbfca55848da60b7a5a116859 Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)