summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-12-08 16:35:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-15 22:45:23 +0000
commit12dc4aa883d2cc49d27218834b0b6397e69c2a1c (patch)
tree93b8b7f7a09fef9512941cebe42660f5dd8cc360
parentcf266444feb60ee8206d20104fead5d1b2f2cc16 (diff)
downloadopenembedded-core-contrib-12dc4aa883d2cc49d27218834b0b6397e69c2a1c.tar.gz
python3-setuptools-scm: add python3-toml dep
Fixes: pkg_resources.DistributionNotFound: The 'toml' distribution was not found and is required by setuptools-scm Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
index 48bad2b99f..5b83b55385 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
@@ -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"