[libvirt-dbus PATCH] HACKING: add dbus-daemon as dependency to run tests

Pavel Hrdina phrdina at redhat.com
Thu Apr 30 22:30:35 UTC 2020


We are using dbus-daemon to run our tests but it was never listed as it
was installed by default on most distributions, however, Fedora switched
to dbus-broker which is not that easy to use so we need to explicitly
require it as well.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---

Pushed under trivial rule.

 HACKING.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/HACKING.rst b/HACKING.rst
index 6f2bca1..1c63de0 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -36,7 +36,11 @@ Running from git repository
 
      ninja -C build test
 
-  The test tool requires python3, python3-pytest, python3-dbus and flake8.
+  The test tool requires these packages:
+
+  ::
+
+    python3, python3-pytest, python3-dbus, flake8, dbus-daemon
 
   It is possible to run only specific test using:
 
-- 
2.25.4




More information about the libvir-list mailing list