Browse code

Add pcre devel package for Horizon

pyScss python module uses pcre if available for performance
and it is better to be installed.
This commit adds it for files/{apts,rpms}/horizon.

Change-Id: If711fa222d3f395efd670334c8a84f35d195dc25

Akihiro Motoki authored on 2014/10/15 19:53:11
Showing 2 changed files
... ...
@@ -17,3 +17,4 @@ python-mox
17 17
 python-coverage
18 18
 python-cherrypy3 # why?
19 19
 python-migrate
20
+libpcre3-dev  # pyScss
... ...
@@ -19,3 +19,4 @@ python-sphinx
19 19
 python-sqlalchemy
20 20
 python-webob
21 21
 pyxattr
22
+pcre-devel  # pyScss