mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +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:
committed by
Armin Kuster
parent
7249c5a2a5
commit
296d47dd0e
@@ -13,8 +13,14 @@ inherit pypi
|
|||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-codecs \
|
||||||
|
${PYTHON_PN}-difflib \
|
||||||
|
${PYTHON_PN}-distutils \
|
||||||
|
${PYTHON_PN}-netserver \
|
||||||
${PYTHON_PN}-numbers \
|
${PYTHON_PN}-numbers \
|
||||||
${PYTHON_PN}-pickle \
|
${PYTHON_PN}-pickle \
|
||||||
${PYTHON_PN}-pytz \
|
${PYTHON_PN}-pytz \
|
||||||
|
${PYTHON_PN}-shell \
|
||||||
|
${PYTHON_PN}-subprocess \
|
||||||
${PYTHON_PN}-threading \
|
${PYTHON_PN}-threading \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user