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:
Dmitriy Rabotyagov 2020-03-28 21:15:14 +02:00
parent 81bf5ed316
commit 92e8b24148
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ horizon_devel_distro_packages:
- libssl-dev
- libxslt1.1
- openssl
- libpcre3-dev
horizon_distro_packages:
- apache2

View File

@ -20,6 +20,7 @@ horizon_devel_distro_packages:
- libxslt-devel
- openssl
- openssl-libs
- pcre-devel
horizon_distro_packages:
- cronie

View File

@ -20,6 +20,7 @@ horizon_devel_distro_packages:
- libxslt-devel
- openssl
- libopenssl-devel
- pcre-devel
horizon_distro_packages:
- apache2