From cfa786917343589c1756c1bc7cdf62309d29462f Mon Sep 17 00:00:00 2001 From: Ryan Rowe Date: Thu, 16 Jul 2020 16:18:39 -0700 Subject: python3-pint: add setuptools and packaging to RDEPENDS Signed-off-by: Ryan Rowe Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pint_0.14.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pint_0.14.bb b/meta-python/recipes-devtools/python/python3-pint_0.14.bb index 8e16304768..333b015a96 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.14.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.14.bb @@ -21,6 +21,11 @@ SRC_URI += " \ file://run-ptest \ " +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-setuptools \ + ${PYTHON_PN}-packaging \ +" + RDEPENDS_${PN}-ptest += " \ ${PYTHON_PN}-pytest \ " -- cgit v1.2.3-54-g00ecf