aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-babel.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 17:20:30 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit296d47dd0e669996935efa9b7c8ac68e26eae62f (patch)
treec6455d18f43b6e90d49e81b63986903c99af4d97 /meta-python/recipes-devtools/python/python-babel.inc
parent7249c5a2a54659b2b5f55f792bcac7398a030401 (diff)
downloadmeta-openembedded-contrib-296d47dd0e669996935efa9b7c8ac68e26eae62f.tar.gz
python-babel: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-babel.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-babel.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc
index 5e6ca3d8a0..6d8c05dac9 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 \
"