Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | inherit setuptools |
2 | require python-numpy.inc | ||||
3 | |||||
4 | RDEPENDS_${PN}_class-target_append = " \ | ||||
5 | ${PYTHON_PN}-subprocess \ | ||||
6 | " | ||||
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 7 | |
8 | do_install_append(){ | ||||
9 | rm ${D}/${bindir}/f2py | ||||
10 | } |