]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-importlib-metadata: Add toml dependency
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Wed, 3 Feb 2021 07:48:39 +0000 (08:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Feb 2021 08:14:29 +0000 (08:14 +0000)
ERROR: Do not try to fetch 'toml' for building. Please add its native
recipe to DEPENDS.

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-importlib-metadata_3.4.0.bb

index 4e2d23721c41cee964b65dac801d97ce7bfee8d7..81f24e55c2596defd4232d3649df23ae96a276ac 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "fa5daa4477a7414ae34e95942e4dd07f62adf589143c875c133c1e53c4
 
 S = "${WORKDIR}/importlib_metadata-${PV}"
 
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
 RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2"
 RDEPENDS_${PN}_append_class-target = " python3-misc"
 RDEPENDS_${PN}_append_class-nativesdk = " python3-misc"