diff mbox series

[6/8] python3-pytest-helpers-namespace: add missing build dependencies

Message ID 20220714124405.2037213-6-ross.burton@arm.com
State New
Headers show
Series [1/8] python3-cbor2: add missing build dependency | expand

Commit Message

Ross Burton July 14, 2022, 12:44 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-pytest-helpers-namespace_2021.12.29.bb       | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb
index 00e73f5bd8..cf62e1f03b 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb
@@ -8,6 +8,8 @@  SRC_URI[sha256sum] = "792038247e0021beb966a7ea6e3a70ff5fcfba77eb72c6ec8fd6287af8
 
 inherit pypi python_setuptools_build_meta
 
+DEPENDS += "python3-setuptools-scm-native python3-setuptools-declarative-requirements-native"
+
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-pytest \
 "