summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-14 13:44:05 +0100
committerKhem Raj <raj.khem@gmail.com>2022-07-15 12:48:34 -0400
commit3752f4d63f58dac040094b79e876b350deff0dd8 (patch)
tree66ecaf1bf3d881d83f791200975b3b52f12b0309 /meta-python/recipes-devtools/python
parent847413d9cc146e6c673c460c25ef7dcc66ccf080 (diff)
downloadmeta-openembedded-3752f4d63f58dac040094b79e876b350deff0dd8.tar.gz
python3-path: add missing build dependencies
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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
6 6
7inherit pypi python_setuptools_build_meta 7inherit pypi python_setuptools_build_meta
8 8
9DEPENDS += "python3-setuptools-scm-native"
10
9BBCLASSEXTEND = "nativesdk native" 11BBCLASSEXTEND = "nativesdk native"