[oe-commits] [meta-openembedded] 18/18: python-panda: add cython to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 04:19:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2d333ea1abeeb4f1ec4c3a0b7486bb4eb6890138
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 9 11:49:33 2018 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-pandas.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pandas.inc b/meta-python/recipes-devtools/python/python-pandas.inc
index a08f1c2..9b8e4dc 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} += " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list