Skip to content

Commit e68d35d

Browse files
author
doruk.ozturk
committed
Install missing dependencies for failing dataqs task
1 parent 1333f6e commit e68d35d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/dataqs/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
- libgdal-dev
88
- cdo
99
- netcdf-bin
10+
- libffi-dev
1011
sudo: yes
1112

1213
- name: install python dependencies
1314
pip: virtualenv={{virtualenv_dir}}/{{app_name}} name={{item}}
1415
with_items:
1516
- redis
1617
- flower
18+
- urllib3[secure]
1719

1820
- name: install dataqs python package
1921
pip: virtualenv={{virtualenv_dir}}/{{app_name}} name=git+https://github.com/OpenGeoscience/dataqs.git#egg=dataqs

0 commit comments

Comments
 (0)