Skip to content

Commit

Permalink
client: add pymodis, sentinelsat and pandas libraries, see #520
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Oct 13, 2018
1 parent e1809ff commit 76514ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions system/roles/client-desktop/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@
&&
chroot {{ root_dir }}/root
apt --no-install-recommends {{ apt_get_opts }} install {{ packages_lab|join(' ') }}
&&
chroot {{ root_dir }}/root
pip install {{ packages_lab_pip|join(' ') }}
args:
executable: /bin/bash
when: GISLAB_SUITE == 'lab'
Expand Down
8 changes: 7 additions & 1 deletion system/roles/client-desktop/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ packages_lab:
- grass
- grass-doc
- grass-dev
- python-pil
- ipython
- monteverdi
- osm2pgrouting
Expand All @@ -216,6 +215,8 @@ packages_lab:
- python-gdal
- python-otb
- python-owslib
- python-pandas
- python-pil
- python-qgis
- python-rasterio
- python-saga
Expand All @@ -231,6 +232,11 @@ packages_lab:
- sqlitebrowser
- josm

packages_lab_pip:
# list of GIS.lab client GIS PIP packages
- sentinelsat
- pymodis

packages_worker:
# OWS worker packages
- lighttpd
Expand Down

0 comments on commit 76514ba

Please sign in to comment.