[oe-commits] [meta-openembedded] 06/08: python-aiohttp.inc: add missing RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Aug 11 15:50:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit f82c1c106537c9a52fd9bbefda3ce8aa13259941
Author: Maciej Pijanowski <maciej.pijanowski at 3mdeb.com>
AuthorDate: Sun Aug 11 17:16:24 2019 +0200

    python-aiohttp.inc: add missing RDEPENDS
    
    Module could not be properly imported (tested on python 3.7.4)
    
    Signed-off-by: Maciej Pijanowski <maciej.pijanowski at 3mdeb.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-aiohttp.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-aiohttp.inc b/meta-python/recipes-devtools/python/python-aiohttp.inc
index 81f1809..e711ad7 100644
--- a/meta-python/recipes-devtools/python/python-aiohttp.inc
+++ b/meta-python/recipes-devtools/python/python-aiohttp.inc
@@ -15,4 +15,7 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-idna-ssl \
     ${PYTHON_PN}-multidict \
     ${PYTHON_PN}-yarl \
+    ${PYTHON_PN}-typing \
+    ${PYTHON_PN}-misc \
+    ${PYTHON_PN}-attrs \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list