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(a)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