From 4462b9d8fc58a9d5043e901cd6d85993ff6ae518 Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 3 Aug 2025 21:29:36 +0200 Subject: [PATCH] python3-aioresponses: update inheritance to python_setuptools_build_meta Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aioresponses_0.7.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb index 1b74b839a1..4fe9577b7b 100644 --- a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb +++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b861cdfe5dc58f3b8afac7b0a6973d5d7b2cb608dd0f6253d16b8ee8ea DEPENDS += "python3-pbr-native" -inherit setuptools3 pypi +inherit python_setuptools_build_meta pypi RDEPENDS:${PN} += "python3-aiohttp \ python3-asyncio \