diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 17:20:30 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | 296d47dd0e669996935efa9b7c8ac68e26eae62f (patch) | |
tree | c6455d18f43b6e90d49e81b63986903c99af4d97 /meta-python/recipes-devtools/python/python-babel.inc | |
parent | 7249c5a2a54659b2b5f55f792bcac7398a030401 (diff) | |
download | meta-openembedded-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.inc | 6 |
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 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 | |||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS_${PN} += " \ |
16 | ${PYTHON_PN}-codecs \ | ||
17 | ${PYTHON_PN}-difflib \ | ||
18 | ${PYTHON_PN}-distutils \ | ||
19 | ${PYTHON_PN}-netserver \ | ||
16 | ${PYTHON_PN}-numbers \ | 20 | ${PYTHON_PN}-numbers \ |
17 | ${PYTHON_PN}-pickle \ | 21 | ${PYTHON_PN}-pickle \ |
18 | ${PYTHON_PN}-pytz \ | 22 | ${PYTHON_PN}-pytz \ |
23 | ${PYTHON_PN}-shell \ | ||
24 | ${PYTHON_PN}-subprocess \ | ||
19 | ${PYTHON_PN}-threading \ | 25 | ${PYTHON_PN}-threading \ |
20 | " | 26 | " |