mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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 <raj.khem@gmail.com>
5 lines
93 B
BlitzBasic
5 lines
93 B
BlitzBasic
inherit pypi setuptools3
|
|
require python-jinja2.inc
|
|
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-asyncio"
|