summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
index da0dc2671..03c18e545 100644
--- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
@@ -20,10 +20,15 @@ inherit ptest setuptools3
20PIP_INSTALL_PACKAGE = "xlrd" 20PIP_INSTALL_PACKAGE = "xlrd"
21PIP_INSTALL_DIST_PATH = "${S}/dist" 21PIP_INSTALL_DIST_PATH = "${S}/dist"
22 22
23RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" 23RDEPENDS:${PN} += " \
24 python3-compression \
25 python3-io \
26 python3-pprint \
27 python3-shell \
28"
24 29
25RDEPENDS:${PN}-ptest += " \ 30RDEPENDS:${PN}-ptest += " \
26 ${PYTHON_PN}-pytest \ 31 python3-pytest \
27" 32"
28 33
29do_install_ptest() { 34do_install_ptest() {