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:
@@ -15,6 +15,7 @@ libapache2-mod-proxy-uwsgi
|
|||||||
libffi-dev # for pyOpenSSL
|
libffi-dev # for pyOpenSSL
|
||||||
libjpeg-dev # Pillow 3.0.0
|
libjpeg-dev # Pillow 3.0.0
|
||||||
libmysqlclient-dev # MySQL-python
|
libmysqlclient-dev # MySQL-python
|
||||||
|
libpcre3-dev # for python-pcre
|
||||||
libpq-dev # psycopg2
|
libpq-dev # psycopg2
|
||||||
libssl-dev # for pyOpenSSL
|
libssl-dev # for pyOpenSSL
|
||||||
libsystemd-dev # for systemd-python
|
libsystemd-dev # for systemd-python
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ net-tools
|
|||||||
openssh-server
|
openssh-server
|
||||||
openssl
|
openssl
|
||||||
openssl-devel # to rebuild pyOpenSSL if needed
|
openssl-devel # to rebuild pyOpenSSL if needed
|
||||||
|
pcre-devel # for python-pcre
|
||||||
pkgconfig
|
pkgconfig
|
||||||
postgresql-devel # psycopg2
|
postgresql-devel # psycopg2
|
||||||
psmisc
|
psmisc
|
||||||
|
|||||||
Reference in New Issue
Block a user