summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2025-08-03 21:29:36 +0200
committerKhem Raj <raj.khem@gmail.com>2025-08-03 18:21:11 -0700
commit4462b9d8fc58a9d5043e901cd6d85993ff6ae518 (patch)
tree0dae01c4e5e7ebd27288b770351ae86721cd739f /meta-python/recipes-devtools/python
parent219cc7775f87973df54bc57030022c3d275bfe4f (diff)
downloadmeta-openembedded-4462b9d8fc58a9d5043e901cd6d85993ff6ae518.tar.gz
python3-aioresponses: update inheritance to python_setuptools_build_meta
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb2
1 files changed, 1 insertions, 1 deletions
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
7 7
8DEPENDS += "python3-pbr-native" 8DEPENDS += "python3-pbr-native"
9 9
10inherit setuptools3 pypi 10inherit python_setuptools_build_meta pypi
11 11
12RDEPENDS:${PN} += "python3-aiohttp \ 12RDEPENDS:${PN} += "python3-aiohttp \
13 python3-asyncio \ 13 python3-asyncio \