diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-26 09:18:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | 3d404ffa425213f8bcc02543df0eaa55b122fcaf (patch) | |
tree | cd5ab16c698059fc7a0a6448599934d81a8e7e45 /meta/recipes-devtools/python-numpy/python3-numpy_1.19.0.bb | |
parent | ddaa85812a432d5ec7958f5c7acf229447e18f6c (diff) | |
download | poky-3d404ffa425213f8bcc02543df0eaa55b122fcaf.tar.gz |
python3-numpy: update 1.18.5 -> 1.19.0
License-Update: copyright years
(From OE-Core rev: c5774fca09de12b29b1f9062e41c71db6abc972b)
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/python3-numpy_1.19.0.bb')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python3-numpy_1.19.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.0.bb new file mode 100644 index 0000000000..d388e88d25 --- /dev/null +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.0.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | inherit setuptools3 | ||
2 | require python-numpy.inc | ||
3 | |||