mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7249c5a2a5
commit
296d47dd0e
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user