mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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} += " \
|
||||
|
||||
Reference in New Issue
Block a user