Update setup.py

This commit is contained in:
Kleo Bercero 2016-12-02 11:54:03 +08:00 committed by GitHub
parent b8d7c002a5
commit 26e41a9f8e

View file

@ -38,7 +38,7 @@ if platform.system() == "Linux":
# force install of debian packages
subprocess.Popen("apt-get --force-yes -y install "
"git apache2 python-requests libapache2-mod-php "
"git apache2 python-requests libapache2-mod-php5 "
"python-pymssql build-essential python-pexpect "
"python-pefile python-crypto python-openssl", shell=True).wait()