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-10 13:40:19 +0000
commit209bc38a46d05b6a6310e134c0ccbce144019723 (patch)
tree54b581155e4f318aa4b38a108dda9030660ad81c
parentca7d60c9dfe70ba785af85e9c2dd2929779caf1d (diff)
downloadopenembedded-core-contrib-209bc38a46d05b6a6310e134c0ccbce144019723.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"