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
This commit is contained in:
Akihiro Motoki 2014-10-15 19:53:11 +09:00 committed by Sean Dague
parent 483940350e
commit 20522e3b0e
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ python-mox
python-coverage python-coverage
python-cherrypy3 # why? python-cherrypy3 # why?
python-migrate python-migrate
libpcre3-dev # pyScss

View File

@ -19,3 +19,4 @@ python-sphinx
python-sqlalchemy python-sqlalchemy
python-webob python-webob
pyxattr pyxattr
pcre-devel # pyScss