summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:24 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch)
tree660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
parent16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff)
downloadmeta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
index 99fb84cd51..2cdd352e59 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "aiohttp"
10inherit python_setuptools_build_meta pypi 10inherit python_setuptools_build_meta pypi
11 11
12RDEPENDS:${PN} = "\ 12RDEPENDS:${PN} = "\
13 ${PYTHON_PN}-aiohappyeyeballs \ 13 python3-aiohappyeyeballs \
14 ${PYTHON_PN}-aiosignal \ 14 python3-aiosignal \
15 ${PYTHON_PN}-async-timeout \ 15 python3-async-timeout \
16 ${PYTHON_PN}-frozenlist \ 16 python3-frozenlist \
17 ${PYTHON_PN}-multidict \ 17 python3-multidict \
18 ${PYTHON_PN}-yarl \ 18 python3-yarl \
19 ${PYTHON_PN}-aiodns \ 19 python3-aiodns \
20" 20"