From 296d47dd0e669996935efa9b7c8ac68e26eae62f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 17:20:30 -0500 Subject: python-babel: correct the RDEPENDS to work on a minimal python install Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-babel.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc index 5e6ca3d8a..6d8c05dac 100644 --- a/meta-python/recipes-devtools/python/python-babel.inc +++ b/meta-python/recipes-devtools/python/python-babel.inc @@ -13,8 +13,14 @@ inherit pypi CLEANBROKEN = "1" RDEPENDS_${PN} += " \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-difflib \ + ${PYTHON_PN}-distutils \ + ${PYTHON_PN}-netserver \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-pickle \ ${PYTHON_PN}-pytz \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-subprocess \ ${PYTHON_PN}-threading \ " -- cgit v1.2.3-54-g00ecf