summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-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 -