he removed the matplotlib dependency, MONSTER SED not needed anymore

This commit is contained in:
Markus Rosenstihl 2022-11-25 22:35:13 +01:00
parent 977ee13dad
commit 2a011a8653

View File

@ -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: