mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
python3-setuptools-scm: add python3-toml dep
Fixes: pkg_resources.DistributionNotFound: The 'toml' distribution was not found and is required by setuptools-scm (From OE-Core rev: 12dc4aa883d2cc49d27218834b0b6397e69c2a1c) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a487a51690
commit
e5f74ec3c8
@@ -15,9 +15,11 @@ RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-py \
|
||||
${PYTHON_PN}-setuptools \
|
||||
${PYTHON_PN}-toml \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = "\
|
||||
${PYTHON_PN}-setuptools-native \
|
||||
${PYTHON_PN}-toml-native \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user