aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-05-16 17:00:45 +0100
committerRoss Burton <ross.burton@arm.com>2022-07-14 13:40:25 +0100
commit4954118b5e69b7ccbd249d2cdb3661ca26affc3d (patch)
tree8b8bea32b957ced74379691dbe773d1e5c24fecb
parent31c10bd3e6792da2d439cc9e72862d7cb63cf34a (diff)
downloadmeta-openembedded-contrib-4954118b5e69b7ccbd249d2cdb3661ca26affc3d.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>
-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
inherit pypi python_setuptools_build_meta ptest
+DEPENDS += "python3-setuptools-scm-native"
+
SRC_URI += " \
file://run-ptest \
"