From 586ef27411aa5c62005813854bb3d8a6e3c168ad Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Wed, 23 Nov 2022 18:18:45 +0100 Subject: [PATCH] Added python-matplotlib-data so that the AppImage also works on stretch. Fixes T234 --- AppImageBuilder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 014d4d1..392b745 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -42,6 +42,7 @@ AppDir: - python3-pyqt5 - python3-numpy - python3-matplotlib + - python-matplotlib-data - python3-scipy - python3-bsddb3 - python3-h5py