From: Tim Orling Date: Wed, 9 Dec 2020 00:35:47 +0000 (-0800) Subject: python3-setuptools-scm: add python3-toml dep X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209bc38a46d05b6a6310e134c0ccbce144019723;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 48bad2b99fd..5b83b55385d 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"