Add systemd-devel/libsystemd-dev for systemd-python wheel build

systemd-python is used by masakari-monitors services

Change-Id: I19f3dca7e15d3658ad3a80253b8b7d7af8c2c1a1
Implements: blueprint masakari-ansible-plugin
This commit is contained in:
Dmitriy R 2018-07-23 23:25:12 +03:00 committed by Jesse Pretorius (odyssey4me)
parent 8cbd722ac4
commit 14e2b93fac
4 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ repo_build_distro_packages:
- postgresql-devel # required to build psycopg2
- python2-devel
- openssl-devel # required to build cryptography
- systemd-devel # required to build systemd-python
- sqlite-devel # required to build pysqlite
- swig
- which

View File

@ -34,6 +34,7 @@ repo_build_distro_packages:
- pcre-devel # required to build uwsgi
- python-devel
- libopenssl-devel # required to build cryptography
- systemd-devel # required to build systemd-python
- sqlite2-devel # required to build pysqlite
- swig
- which

View File

@ -35,6 +35,7 @@ repo_build_distro_packages:
- libvirt-dev # required to build libvirt-python
- libxslt1-dev # required to build lxml
- libxml2-dev # required to build lxml
- libsystemd-dev # required to build systemd-python
- moreutils # provides `ts` command to timestamp pip logs
- pkg-config
- python-dev

View File

@ -35,6 +35,7 @@ repo_build_distro_packages:
- libvirt-dev # required to build libvirt-python
- libxslt1-dev # required to build lxml
- libxml2-dev # required to build lxml
- libsystemd-dev # required to build systemd-python
- moreutils # provides `ts` command to timestamp pip logs
- pkg-config
- python-dev