| Message ID | 20260806172437.647443-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/2] python3-iniconfig: use the setuptools build backend | 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 1937285c3b7..05b4dd6c749 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb @@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d DEPENDS += "python3-hatch-vcs-native" -inherit pypi python_hatchling +inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "native nativesdk"
iniconfig moved to setuptools in 2.2.0[1]. [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(-)