diff options
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 | " |