From 20522e3b0e69c1f37ebeb7b4a66d9ced9e2a4236 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 15 Oct 2014 19:53:11 +0900 Subject: [PATCH] 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 --- files/apts/horizon | 1 + files/rpms/horizon | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/horizon b/files/apts/horizon index 03df3cba97..5d06928c7b 100644 --- a/files/apts/horizon +++ b/files/apts/horizon @@ -17,3 +17,4 @@ python-mox python-coverage python-cherrypy3 # why? python-migrate +libpcre3-dev # pyScss diff --git a/files/rpms/horizon b/files/rpms/horizon index fe3a2f40c0..7add23a549 100644 --- a/files/rpms/horizon +++ b/files/rpms/horizon @@ -19,3 +19,4 @@ python-sphinx python-sqlalchemy python-webob pyxattr +pcre-devel # pyScss