This commit is contained in:
parent
c1af2aaa63
commit
d938affe9b
|
|
@ -15,5 +15,5 @@ pillow
|
|||
chardet
|
||||
flask-sqlalchemy
|
||||
ConfigParser
|
||||
MySQL-python
|
||||
MySQL-python==1.2.5
|
||||
# pytest-shutil
|
||||
|
|
@ -81,6 +81,7 @@ yum -y install $paces
|
|||
yum -y lsof net-tools.x86_64
|
||||
yum -y install ncurses-devel mysql-dev locate cmake
|
||||
yum -y install python-devel.x86_64
|
||||
yum -y install MySQL-python
|
||||
yum -y install epel-release
|
||||
|
||||
if [ ! -f '/usr/bin/pip' ];then
|
||||
|
|
|
|||
Loading…
Reference in New Issue