diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb new file mode 100644 index 0000000000..50137895ca --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.14.2.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | inherit setuptools | ||
2 | require python-numpy.inc | ||
3 | |||
4 | RDEPENDS_${PN}_class-target_append = " \ | ||
5 | ${PYTHON_PN}-subprocess \ | ||
6 | " | ||