You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/06/30 17:22:41 UTC

[airavata] 02/04: AIRAVATA-2588 Will need to install mysql-devel as a dependency of the python mysqlclient package

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 011392c716934af95dd54f136b1e0f40596b0d20
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 28 14:15:46 2019 -0400

    AIRAVATA-2588 Will need to install mysql-devel as a dependency of the python mysqlclient package
---
 dev-tools/ansible/roles/django_setup/tasks/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/django_setup/tasks/main.yml b/dev-tools/ansible/roles/django_setup/tasks/main.yml
index af9c2b5..c4f86a4 100644
--- a/dev-tools/ansible/roles/django_setup/tasks/main.yml
+++ b/dev-tools/ansible/roles/django_setup/tasks/main.yml
@@ -22,6 +22,7 @@
 # sudo yum -y install python34
 # sudo yum -y install httpd-devel
 # sudo yum -y install python34-devel
+# sudo yum -y install mysql-devel
 
 # TODO: fetch and build mod_wsgi
 # mkdir mod_wsgi
@@ -45,4 +46,4 @@
 
 # TODO: install Node.js EPEL repository and then install nodejs
 # sudo curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
-# sudo yum install nodejs
\ No newline at end of file
+# sudo yum install nodejs