summaryrefslogtreecommitdiffstats
path: root/packaging/appimage/generate.sh
diff options
context:
space:
mode:
authorprobonopd <probono@puredarwin.org>2019-01-27 19:13:29 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-02-11 10:21:23 +0000
commit60e8d68a5cce5a63d6591d741859eb9dd542f115 (patch)
treed725176ac9325ef30ce12a26d0fa23299409164c /packaging/appimage/generate.sh
parentFix (hopefully) Internationalization of default Calligraphy presets. (diff)
downloadinkscape-60e8d68a5cce5a63d6591d741859eb9dd542f115.tar.gz
inkscape-60e8d68a5cce5a63d6591d741859eb9dd542f115.zip
Bundle python-numpy and python-scour
Should hopefully close https://gitlab.com/inkscape/inbox/issues/41
Diffstat (limited to 'packaging/appimage/generate.sh')
-rw-r--r--packaging/appimage/generate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/appimage/generate.sh b/packaging/appimage/generate.sh
index ef25cb46e..a17f3a5b8 100644
--- a/packaging/appimage/generate.sh
+++ b/packaging/appimage/generate.sh
@@ -61,7 +61,7 @@ mkdir -p etc/fonts/
cp /etc/fonts/fonts.conf etc/fonts/
# Bundle Python
-apt-get download libpython2.7-stdlib python2.7 python2.7-minimal libpython2.7-minimal python-lxml
+apt-get download libpython2.7-stdlib python2.7 python2.7-minimal libpython2.7-minimal python-lxml python-numpy python-scour
find *.deb -exec dpkg-deb -x {} . \;
rm *deb
cd -