[oe-commits] [meta-openembedded] 47/69: python3-langtable: update RDEPENDS to work on minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 03:28:30 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 789590988df2c063d23611b4c7e77426bcbfbe3b
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 13:31:04 2017 -0500

    python3-langtable: update RDEPENDS to work on minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-devtools/python/python3-langtable_0.0.37.bb        | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb
index 362ca1a..4a3b2a9 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb
@@ -20,3 +20,13 @@ DISTUTILS_INSTALL_ARGS = "--prefix=${D}/${prefix} \
     --install-data=${D}/${datadir}/langtable"
 
 FILES_${PN} += "${datadir}/*"
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-argparse \
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-doctest \
+    ${PYTHON_PN}-enum \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-signal \
+    ${PYTHON_PN}-xml \
+"

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


More information about the Openembedded-commits mailing list