Browse code

Merge "Add the dependent package for python-pcre installation"

Zuul authored on 2018/01/31 10:48:09
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