summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-12-08 15:32:12 -0800
committerTim Orling <timothy.t.orling@linux.intel.com>2020-12-08 16:24:03 -0800
commitb96a710f2cafbdf68ef7c4b3b29036118555a6b6 (patch)
tree89451e54721675240d8b12dcacd5ef1c8eedba71
parent015023483b7025a95ed395899f620fc7fceff72c (diff)
downloadopenembedded-core-contrib-timo/py3-core-recipe-updates-20201208.tar.gz
python3-setuptools-scm: add python3-toml deptimo/py3-core-recipe-updates-20201208
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>
-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 4ebbac6b65..c4576d3ae2 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
@@ -13,9 +13,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"