From fb34a7c583b40c7dd44db01be92b6630caf4cd0f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Sep 2019 09:56:11 -0700 Subject: python-jinja2: Make asyncio specific to python3 module alone asyncio is not packages seprately with python2 but only with python3 Fixes ERROR: Nothing RPROVIDES 'python-asyncio' (but /mnt/b/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-asyncio' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-asyncio'] Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb index 61156b630b..284f5f588c 100644 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-jinja2_2.10.1.bb @@ -1,2 +1,4 @@ inherit pypi setuptools3 require python-jinja2.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-asyncio" -- cgit 1.2.3-korg