summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
index 99fb84cd51..2cdd352e59 100644
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
+++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "aiohttp"
inherit python_setuptools_build_meta pypi
RDEPENDS:${PN} = "\
- ${PYTHON_PN}-aiohappyeyeballs \
- ${PYTHON_PN}-aiosignal \
- ${PYTHON_PN}-async-timeout \
- ${PYTHON_PN}-frozenlist \
- ${PYTHON_PN}-multidict \
- ${PYTHON_PN}-yarl \
- ${PYTHON_PN}-aiodns \
+ python3-aiohappyeyeballs \
+ python3-aiosignal \
+ python3-async-timeout \
+ python3-frozenlist \
+ python3-multidict \
+ python3-yarl \
+ python3-aiodns \
"