[oe-commits] [meta-openembedded] 55/69: python-babel: correct the RDEPENDS to work on a minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 03:28:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 368bcd90f624d062b0cdaa920564cba8c890b67a
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 17:20:30 2017 -0500

    python-babel: correct the RDEPENDS to work on a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-babel.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc
index 5e6ca3d..6d8c05d 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
 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list