he removed the matplotlib dependency, MONSTER SED not needed anymore
This commit is contained in:
parent
977ee13dad
commit
2a011a8653
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user