diff options
| author | Vyacheslav Yurkov <uvv.mail@gmail.com> | 2020-12-02 07:19:18 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-01-10 11:02:51 -0800 |
| commit | 89d0acd967133208298326d8e76a8ac2c1638d67 (patch) | |
| tree | 2656e477711a20ee1856ae90c49fe84d7f36954b /meta-python | |
| parent | db892b5e626302009146eafcf0decbc78b7fe800 (diff) | |
| download | meta-openembedded-89d0acd967133208298326d8e76a8ac2c1638d67.tar.gz | |
python3-aiohttp: added missing RDEPENDs
aiohttp implicitly RDEPENDs on html, json, and socketserver modules,
which are part of python3 recipe. They can't be properly imported if
they are missing from RDEPENDS
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8e7c57bd8f8250251e54fcbe149dc81743c0e30a)
[Fixup for Gatesgarth context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb index 178e68bd97..c98e3aee7a 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | |||
| @@ -13,9 +13,11 @@ RDEPENDS_${PN} = "\ | |||
| 13 | ${PYTHON_PN}-async-timeout \ | 13 | ${PYTHON_PN}-async-timeout \ |
| 14 | ${PYTHON_PN}-attrs \ | 14 | ${PYTHON_PN}-attrs \ |
| 15 | ${PYTHON_PN}-chardet \ | 15 | ${PYTHON_PN}-chardet \ |
| 16 | ${PYTHON_PN}-html \ | ||
| 16 | ${PYTHON_PN}-idna-ssl \ | 17 | ${PYTHON_PN}-idna-ssl \ |
| 18 | ${PYTHON_PN}-json \ | ||
| 17 | ${PYTHON_PN}-misc \ | 19 | ${PYTHON_PN}-misc \ |
| 18 | ${PYTHON_PN}-multidict \ | 20 | ${PYTHON_PN}-multidict \ |
| 19 | ${PYTHON_PN}-typing \ | 21 | ${PYTHON_PN}-netserver \ |
| 20 | ${PYTHON_PN}-yarl \ | 22 | ${PYTHON_PN}-yarl \ |
| 21 | " | 23 | " |
