mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:24:54 +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:
parent
35bae5e006
commit
e2d1614656
@ -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} += " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user