diff mbox series

[meta-python] python3-aioresponses: update inheritance to python_setuptools_build_meta

Message ID 20250803192936.122824-1-t.f.g.geelen@gmail.com
State Accepted
Headers show
Series [meta-python] python3-aioresponses: update inheritance to python_setuptools_build_meta | expand

Commit Message

Tom Geelen Aug. 3, 2025, 7:29 p.m. UTC
---
 .../recipes-devtools/python/python3-aioresponses_0.7.8.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 \