Browse code

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

shutingm authored on 2018/01/29 16:06:40
Showing 2 changed files
... ...
@@ -15,6 +15,7 @@ libapache2-mod-proxy-uwsgi
15 15
 libffi-dev # for pyOpenSSL
16 16
 libjpeg-dev # Pillow 3.0.0
17 17
 libmysqlclient-dev  # MySQL-python
18
+libpcre3-dev # for python-pcre
18 19
 libpq-dev  # psycopg2
19 20
 libssl-dev # for pyOpenSSL
20 21
 libsystemd-dev # for systemd-python
... ...
@@ -22,6 +22,7 @@ net-tools
22 22
 openssh-server
23 23
 openssl
24 24
 openssl-devel # to rebuild pyOpenSSL if needed
25
+pcre-devel # for python-pcre
25 26
 pkgconfig
26 27
 postgresql-devel  # psycopg2
27 28
 psmisc