aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-14 13:40:19 +0100
committerRoss Burton <ross.burton@arm.com>2022-07-14 13:43:46 +0100
commit067496d48bfe4dda8964e708dcbf16e5a77c3bd0 (patch)
tree70c72d3e688daf6bcf2e6b189f2226b590e6df7f
parent7a26a3b432725acbd63b0c5018df52e6320aeee7 (diff)
downloadmeta-openembedded-contrib-067496d48bfe4dda8964e708dcbf16e5a77c3bd0.tar.gz
python3-path: add missing build dependencies
Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-path_16.4.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb
index 7c520dd85a..10b112860f 100644
--- a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb
@@ -6,4 +6,6 @@ SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf
inherit pypi python_setuptools_build_meta
+DEPENDS += "python3-setuptools-scm-native"
+
BBCLASSEXTEND = "nativesdk native"