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>
This commit is contained in:
Derek Straka 2017-11-29 17:20:30 -05:00 committed by Armin Kuster
parent 7249c5a2a5
commit 296d47dd0e

View File

@ -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 \
"