[oe-commits] [meta-openembedded] 24/89: python-xlrd: add RDEPENDS to allow module import with a minimal python install

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 11:08:51 UTC 2016


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

commit bb382104323be4824c650553dab77c2117cc885c
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sat Jul 9 09:18:00 2016 -0400

    python-xlrd: add RDEPENDS to allow module import with a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-xlrd.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc
index a0dfb40..a8fe8c7 100644
--- a/meta-python/recipes-devtools/python/python-xlrd.inc
+++ b/meta-python/recipes-devtools/python/python-xlrd.inc
@@ -8,3 +8,5 @@ LIC_FILES_CHKSUM = "file://xlrd/licences.py;md5=b59dace5cc1db604c4219100b0422811
 
 SRC_URI[md5sum] = "9a91b688cd4945477ac28187a54f9a3b"
 SRC_URI[sha256sum] = "0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069"
+
+RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell"

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


More information about the Openembedded-commits mailing list