aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-06-30 05:52:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-05 00:23:46 +0100
commit3e667be761daaa83e16f67a89f9414620bbe2726 (patch)
tree2d66940b4b77d559ba74c70911cdbca365e34502 /meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb
parent467321703315f6e50aa8bc0e28cfe56f86c5fab7 (diff)
downloadopenembedded-core-contrib-3e667be761daaa83e16f67a89f9414620bbe2726.tar.gz
python-numpy: update to 1.14.5
Update to the latest stable release Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb')
-rw-r--r--meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb
new file mode 100644
index 0000000000..50137895ca
--- /dev/null
+++ b/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb
@@ -0,0 +1,6 @@
+inherit setuptools
+require python-numpy.inc
+
+RDEPENDS_${PN}_class-target_append = " \
+ ${PYTHON_PN}-subprocess \
+"