diff options
| author | probonopd <probono@puredarwin.org> | 2019-01-27 19:13:29 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-02-11 10:21:23 +0000 |
| commit | 60e8d68a5cce5a63d6591d741859eb9dd542f115 (patch) | |
| tree | d725176ac9325ef30ce12a26d0fa23299409164c /packaging/appimage/generate.sh | |
| parent | Fix (hopefully) Internationalization of default Calligraphy presets. (diff) | |
| download | inkscape-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 '')
| -rw-r--r-- | packaging/appimage/generate.sh | 2 |
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 - |
