From e2d161465630eec09ec66ad11a33c30f17c04a7d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jul 2018 11:49:33 +0100 Subject: python-panda: add cython to DEPENDS The distutils class does a 'setup.py clean' now, deleting files which then need to be regenerated. Add Cython to the build dependencies so this can be done. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pandas.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pandas.inc b/meta-python/recipes-devtools/python/python-pandas.inc index a08f1c2861..9b8e4dcf18 100644 --- a/meta-python/recipes-devtools/python/python-pandas.inc +++ b/meta-python/recipes-devtools/python/python-pandas.inc @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "50b52af2af2e15f4aeb2fe196da073a8c131fa02e433e105d95ce40016 inherit pypi DEPENDS += " \ - ${PYTHON_PN}-numpy-native \ + ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ " RDEPENDS_${PN} += " \ -- cgit 1.2.3-korg