aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-05-23 14:03:49 +0100
committerRoss Burton <ross.burton@arm.com>2022-07-14 13:42:55 +0100
commit994e063f5969ea861dab99460886351511987c9f (patch)
tree2ac718016dd265c121bd9728e914558955c73c2c
parent7def68ccb01d8dc2c1e6a54bbb7e41f6012f1102 (diff)
downloadmeta-openembedded-contrib-994e063f5969ea861dab99460886351511987c9f.tar.gz
python3-pytest-helpers-namespace: add missing build dependencies
Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb2
1 files changed, 2 insertions, 0 deletions
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 \
"