Install systemd python bindings by default

These are needed for oslo.log to use journald support. They are
*probably* already installed, but just in case we force install them.

Change-Id: I0dc66bd2628ff4b3e1caa7ab4366d7f36ff7ea94
This commit is contained in:
Sean Dague 2017-04-06 10:52:48 -04:00
parent b87fec9e4b
commit eb235814d3
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ psmisc
python2.7
python-dev
python-gdbm # needed for testr
python-systemd
screen
tar
tcpdump

View File

@ -27,6 +27,7 @@ pyOpenSSL # version in pip uses too much memory
python-devel
redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376
screen
systemd-python
tar
tcpdump
unzip