Skip to content
Snippets Groups Projects
Commit aee53a36 authored by Damien Bouvy's avatar Damien Bouvy
Browse files

[FIX] setup: missing dep for RHEL-based distros

parent ccb6f1c5
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ requires = ...@@ -27,6 +27,7 @@ requires =
python-requests python-requests
python-vobject python-vobject
python-werkzeug python-werkzeug
python-xlwt
python-yaml python-yaml
pytz pytz
......
...@@ -31,6 +31,7 @@ RUN yum install -d 0 -e 0 epel-release -y && \ ...@@ -31,6 +31,7 @@ RUN yum install -d 0 -e 0 epel-release -y && \
python-requests \ python-requests \
python-vobject \ python-vobject \
python-werkzeug \ python-werkzeug \
python-xlwt \
python-yaml \ python-yaml \
pytz \ pytz \
postgresql \ postgresql \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment