diff options
author | Derek Straka <derek@asterius.io> | 2016-07-09 09:18:00 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:33 +0200 |
commit | 001dad1123843962ecab722110f0329fd7cc4e26 (patch) | |
tree | 0d814b110b63c74c0f7e0f0f5d12d7ee7b75e5e9 /meta-python/recipes-devtools | |
parent | 5cfe9e733d621e4d928d589a05d679f2d7f5e971 (diff) | |
download | meta-openembedded-001dad1123843962ecab722110f0329fd7cc4e26.tar.gz |
python-xlrd: add RDEPENDS to allow module import with a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-xlrd.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index a0dfb40ce..a8fe8c7c7 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 | |||
8 | 8 | ||
9 | SRC_URI[md5sum] = "9a91b688cd4945477ac28187a54f9a3b" | 9 | SRC_URI[md5sum] = "9a91b688cd4945477ac28187a54f9a3b" |
10 | SRC_URI[sha256sum] = "0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069" | 10 | SRC_URI[sha256sum] = "0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069" |
11 | |||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | ||