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") self.stdOut("Install MySQL python library")
if self.distro == centos: if self.distro == centos:
command = "yum -y install MySQL-python" command = "yum install mariadb-devel gcc python36u-devel -y"
else: else:
command = "apt-get -y install libmysqlclient-dev" command = "apt-get -y install libmysqlclient-dev"

View File

@@ -32,6 +32,7 @@ jsonpatch==1.2
jsonpointer==1.9 jsonpointer==1.9
kitchen==1.1.1 kitchen==1.1.1
MarkupSafe==0.11 MarkupSafe==0.11
mysqlclient==1.4.6
mock==2.0.0 mock==2.0.0
parsedatetime==2.4 parsedatetime==2.4
pbr==4.0.4 pbr==4.0.4