diff options
author | Ross Burton <ross.burton@arm.com> | 2022-07-14 13:43:58 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
commit | c956b54ca04dc43c718742fe869af0fa9f5b3c4b (patch) | |
tree | ec66ff2359f04149f268cc2476a20d0ef85eee2a /meta-python/recipes-devtools/python | |
parent | f5b2ec52f7ce28225bbe591d83a85c765b78d2ec (diff) | |
download | meta-openembedded-c956b54ca04dc43c718742fe869af0fa9f5b3c4b.tar.gz |
python3-cbor2: add missing build dependency
The build doesn't generate the right filenames without this package.
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-cbor2_5.4.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb index 0890b99c08..bbb57a4a9f 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb | |||
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "62b863c5ee6ced4032afe948f3c1484f375550995d3b8498145237fe28 | |||
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta ptest | 9 | inherit pypi python_setuptools_build_meta ptest |
10 | 10 | ||
11 | DEPENDS += "python3-setuptools-scm-native" | ||
12 | |||
11 | SRC_URI += " \ | 13 | SRC_URI += " \ |
12 | file://run-ptest \ | 14 | file://run-ptest \ |
13 | " | 15 | " |