meta-openembedded/meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb
Fabio Berton fcda3fb1a3 python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk
Python3 recipe rprovides python3-misc only for target and nativesdk,
but if we have some recipe that rdepends python3-misc and has native
in BBCLASSEXTEND bitbake raises an error showing that nothing rprovides
python3-misc-native.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-13 07:17:03 -08:00

6 lines
159 B
BlitzBasic

inherit pypi setuptools3
require python-importlib-metadata.inc
RDEPENDS_${PN}_class-target += "python3-misc"
RDEPENDS_${PN}_class-nativesdk += "python3-misc"