From 2a011a865338e33bbd3e7ae1444873f068da6d20 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 25 Nov 2022 22:35:13 +0100 Subject: [PATCH] he removed the matplotlib dependency, MONSTER SED not needed anymore --- AppImageBuilder.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 9942d60..cba8990 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -41,8 +41,8 @@ AppDir: - python3.9-minimal - python3-pyqt5 - python3-numpy -# - python3-matplotlib -# - python-matplotlib-data + #- python3-matplotlib + #- python-matplotlib-data - python3-scipy - python3-bsddb3 - python3-h5py @@ -53,8 +53,8 @@ AppDir: - libavahi-common-data - libavahi-common3 after_bundle: | - echo "MONSTER SED FOLLOWING..." - sed -i s,\'/usr/share/matplotlib/mpl-data\',"f\"\{os.environ.get\('APPDIR'\,'/'\)\}/usr/share/matplotlib/mpl-data\"", ${TARGET_APPDIR}/usr/lib/python3/dist-packages/matplotlib/__init__.py + echo "MONSTER SED FOLLOWING...(uncomment if needed for mpl-data)" + #sed -i s,\'/usr/share/matplotlib/mpl-data\',"f\"\{os.environ.get\('APPDIR'\,'/'\)\}/usr/share/matplotlib/mpl-data\"", ${TARGET_APPDIR}/usr/lib/python3/dist-packages/matplotlib/__init__.py runtime: version: "continuous" env: