mysql-python

This commit is contained in:
Usman Nasir
2019-12-10 18:49:06 +05:00
parent de50f937e3
commit ec11498d4d
2 changed files with 2 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ class preFlightsChecks:
self.stdOut("Install MySQL python library")
if self.distro == centos:
command = "yum -y install MySQL-python"
command = "yum install mariadb-devel gcc python36u-devel -y"
else:
command = "apt-get -y install libmysqlclient-dev"