diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-09 18:23:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 18:39:31 -0700 |
commit | 4042e529b9cfcd5b598e53a1db839e9964caffe2 (patch) | |
tree | bc53e1af810540b901fdf584778e477db406cc54 /meta-python/recipes-devtools/python/python3-matplotlib/run-ptest | |
parent | 4085ac5975f21874012b38c6952ab75af5deea58 (diff) | |
download | meta-openembedded-4042e529b9cfcd5b598e53a1db839e9964caffe2.tar.gz |
python3-matplotlib: Upgrade to 3.10.1
- Adjust for move to meson build system.
- Use system freetype and qhull
- Add ptest insfrastructure, they do not pass yet
- Add a patch to fix build on 32bit machines
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Trevor Gamblin <tgamblin@baylibre.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest b/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest new file mode 100644 index 0000000000..e99c96b342 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest --automake --pyargs matplotlib | ||