Browse code

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

Sean Dague authored on 2017/04/06 23:52:48
Showing 2 changed files
... ...
@@ -25,6 +25,7 @@ psmisc
25 25
 python2.7
26 26
 python-dev
27 27
 python-gdbm # needed for testr
28
+python-systemd
28 29
 screen
29 30
 tar
30 31
 tcpdump
... ...
@@ -27,6 +27,7 @@ pyOpenSSL # version in pip uses too much memory
27 27
 python-devel
28 28
 redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376
29 29
 screen
30
+systemd-python
30 31
 tar
31 32
 tcpdump
32 33
 unzip