summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-14 13:43:58 +0100
committerKhem Raj <raj.khem@gmail.com>2022-07-15 12:48:34 -0400
commitc956b54ca04dc43c718742fe869af0fa9f5b3c4b (patch)
treeec66ff2359f04149f268cc2476a20d0ef85eee2a /meta-python
parentf5b2ec52f7ce28225bbe591d83a85c765b78d2ec (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb2
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
9inherit pypi python_setuptools_build_meta ptest 9inherit pypi python_setuptools_build_meta ptest
10 10
11DEPENDS += "python3-setuptools-scm-native"
12
11SRC_URI += " \ 13SRC_URI += " \
12 file://run-ptest \ 14 file://run-ptest \
13" 15"