diff mbox series

[oe,meta-python,2/2] python-panda: add cython to DEPENDS

Message ID 20180709104933.24607-2-ross.burton@intel.com
State Accepted
Commit e2d161465630eec09ec66ad11a33c30f17c04a7d
Headers show
Series [oe,meta-python,1/2] python-protobuf: disable clean | expand

Commit Message

Ross Burton July 9, 2018, 10:49 a.m. UTC
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 <ross.burton@intel.com>

---
 meta-python/recipes-devtools/python/python-pandas.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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} += " \