Add the dependent package for python-pcre installation

This patch add libpcre3-dev and pcre-devel package for python-pcre
installation.

Closes-Bug: #1745606

Change-Id: I59fc688519341c90dc33b79d536f0625a6c4dd17
This commit is contained in:
shutingm 2018-01-28 23:06:40 -08:00
parent 5fb35b4f2b
commit 744a829ce0
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ libapache2-mod-proxy-uwsgi
libffi-dev # for pyOpenSSL
libjpeg-dev # Pillow 3.0.0
libmysqlclient-dev # MySQL-python
libpcre3-dev # for python-pcre
libpq-dev # psycopg2
libssl-dev # for pyOpenSSL
libsystemd-dev # for systemd-python

View File

@ -22,6 +22,7 @@ net-tools
openssh-server
openssl
openssl-devel # to rebuild pyOpenSSL if needed
pcre-devel # for python-pcre
pkgconfig
postgresql-devel # psycopg2
psmisc