diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-14 17:23:40 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 08:52:24 -0700 |
commit | 5dd7567a6e4d592f4a06c23771c0f70a356519dc (patch) | |
tree | b3e4faf18638ac0441117e42800a71703d6c65bb /meta-python | |
parent | f3d8caa862a171d4db04eef44907058133882201 (diff) | |
download | meta-openembedded-5dd7567a6e4d592f4a06c23771c0f70a356519dc.tar.gz |
python3-matplotlib-inline: Add recipe
Inline Matplotlib backend for Jupyter.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb new file mode 100644 index 000000000..f060f9333 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Inline Matplotlib backend for Jupyter" | ||
2 | HOMEPAGE = "https://pypi.org/project/matplotlib-inline/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2728819a4288030f51c594327977be0" | ||
5 | |||
6 | SRC_URI[sha256sum] = "f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e" | ||
7 | |||
8 | inherit pypi | ||