aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2018-02-08 12:15:51 -0800
committerArmin Kuster <akuster808@gmail.com>2018-02-11 13:39:14 -0800
commit21378a45afd07ac870c1684566bace766ab7546c (patch)
treed2304942cb2d1a0bb248fdb0e9b5fe5ba30cbf89
parentee9af4a3fd6d2398dded07821f7e02510a823342 (diff)
downloadmeta-openembedded-contrib-21378a45afd07ac870c1684566bace766ab7546c.tar.gz
python-cython: fill in missing rdepends
There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-cython.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-python/recipes-devtools/python/python-cython.inc
index 6e424a90cb..ddaed1d160 100644
--- a/meta-python/recipes-devtools/python/python-cython.inc
+++ b/meta-python/recipes-devtools/python/python-cython.inc
@@ -13,8 +13,13 @@ SRC_URI[sha256sum] = "6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc
inherit pypi
RDEPENDS_${PN}_class-target += "\
+ ${PYTHON_PN}-misc \
${PYTHON_PN}-netserver \
+ ${PYTHON_PN}-pkgutil \
+ ${PYTHON_PN}-pyparsing \
+ ${PYTHON_PN}-setuptools \
${PYTHON_PN}-shell \
+ ${PYTHON_PN}-xml \
"
do_install_append() {