summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-04-15 12:54:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-16 11:10:02 +0100
commit78779d4a38297120233183bf33f6659301173f74 (patch)
tree9929a92b454bf99654ff74b8ccd37c384636d764 /meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb
parent77e39cf412ea7f7d7dacf724247d5688e05ddc12 (diff)
downloadpoky-78779d4a38297120233183bf33f6659301173f74.tar.gz
python-numpy: update to 1.16.2
Drop files/fix_shebang_f2py.patch as the code has been removed upstream. License-update: copyright years, file paths. (From OE-Core rev: 90e271e9f1c1ecdb205bca3c9b4976a1a16e83b1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb')
-rw-r--r--meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb
new file mode 100644
index 0000000000..50137895ca
--- /dev/null
+++ b/meta/recipes-devtools/python-numpy/python-numpy_1.16.2.bb
@@ -0,0 +1,6 @@
1inherit setuptools
2require python-numpy.inc
3
4RDEPENDS_${PN}_class-target_append = " \
5 ${PYTHON_PN}-subprocess \
6"