From f1dc6e6f5dab205d20073ee6c10b406b304784fa 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 (cherry picked from commit cfa786917343589c1756c1bc7cdf62309d29462f) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pint.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc index 5c34810080..d022c41a57 100644 --- a/meta-python/recipes-devtools/python/python-pint.inc +++ b/meta-python/recipes-devtools/python/python-pint.inc @@ -20,6 +20,11 @@ SRC_URI += " \ file://run-ptest \ " +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-setuptools \ + ${PYTHON_PN}-packaging \ +" + RDEPENDS_${PN}-ptest += " \ ${PYTHON_PN}-pytest \ " -- cgit 1.2.3-korg