From d49518586d41f9e6b3289fe175d4e268d87442b2 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Thu, 8 Feb 2018 12:15:51 -0800 Subject: python-cython: fill in missing rdepends There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-cython.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-cython.inc') 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() { -- cgit 1.2.3-korg