From c956b54ca04dc43c718742fe869af0fa9f5b3c4b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 14 Jul 2022 13:43:58 +0100 Subject: [PATCH] python3-cbor2: add missing build dependency The build doesn't generate the right filenames without this package. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cbor2_5.4.3.bb | 2 ++ 1 file changed, 2 insertions(+) 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 \ "