diff options
author | Ross Burton <ross.burton@arm.com> | 2022-07-14 13:44:05 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
commit | 3752f4d63f58dac040094b79e876b350deff0dd8 (patch) | |
tree | 66ecaf1bf3d881d83f791200975b3b52f12b0309 | |
parent | 847413d9cc146e6c673c460c25ef7dcc66ccf080 (diff) | |
download | meta-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-path_16.4.0.bb | 2 |
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 | ||
7 | inherit pypi python_setuptools_build_meta | 7 | inherit pypi python_setuptools_build_meta |
8 | 8 | ||
9 | DEPENDS += "python3-setuptools-scm-native" | ||
10 | |||
9 | BBCLASSEXTEND = "nativesdk native" | 11 | BBCLASSEXTEND = "nativesdk native" |