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
|
||||
- libxslt1.1
|
||||
- openssl
|
||||
- libpcre3-dev
|
||||
|
||||
horizon_distro_packages:
|
||||
- apache2
|
||||
|
@ -20,6 +20,7 @@ horizon_devel_distro_packages:
|
||||
- libxslt-devel
|
||||
- openssl
|
||||
- openssl-libs
|
||||
- pcre-devel
|
||||
|
||||
horizon_distro_packages:
|
||||
- cronie
|
||||
|
@ -20,6 +20,7 @@ horizon_devel_distro_packages:
|
||||
- libxslt-devel
|
||||
- openssl
|
||||
- libopenssl-devel
|
||||
- pcre-devel
|
||||
|
||||
horizon_distro_packages:
|
||||
- apache2
|
||||
|
Loading…
x
Reference in New Issue
Block a user