From 8a96bf952783049591f1faf95f3a0db868289b12 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 14 Jul 2022 13:44:03 +0100 Subject: [PATCH] python3-pytest-helpers-namespace: add missing build dependencies Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../python/python3-pytest-helpers-namespace_2021.12.29.bb | 2 ++ 1 file changed, 2 insertions(+) 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 \ "