Install pcre-devel to build pyScss2
pyScss2 requires pcre devel to be installed for building it's wheels. Buster was missing that package being installed, so we add it. Change-Id: I07d8e160c83991a72697b8c156d28f99f02d5e3a
This commit is contained in:
parent
81bf5ed316
commit
92e8b24148
@ -23,6 +23,7 @@ horizon_devel_distro_packages:
|
|||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libxslt1.1
|
- libxslt1.1
|
||||||
- openssl
|
- openssl
|
||||||
|
- libpcre3-dev
|
||||||
|
|
||||||
horizon_distro_packages:
|
horizon_distro_packages:
|
||||||
- apache2
|
- apache2
|
||||||
|
@ -20,6 +20,7 @@ horizon_devel_distro_packages:
|
|||||||
- libxslt-devel
|
- libxslt-devel
|
||||||
- openssl
|
- openssl
|
||||||
- openssl-libs
|
- openssl-libs
|
||||||
|
- pcre-devel
|
||||||
|
|
||||||
horizon_distro_packages:
|
horizon_distro_packages:
|
||||||
- cronie
|
- cronie
|
||||||
|
@ -20,6 +20,7 @@ horizon_devel_distro_packages:
|
|||||||
- libxslt-devel
|
- libxslt-devel
|
||||||
- openssl
|
- openssl
|
||||||
- libopenssl-devel
|
- libopenssl-devel
|
||||||
|
- pcre-devel
|
||||||
|
|
||||||
horizon_distro_packages:
|
horizon_distro_packages:
|
||||||
- apache2
|
- apache2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user