diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-10-15 20:51:19 -0400 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2016-10-17 16:54:27 +0000 |
commit | a2fc3d87fb681c53a001bcc42470b647b25e3821 (patch) | |
tree | b92dd6523bc6a715db71ea7a12c91fc32b6d63f6 | |
parent | c7934185fec8e7746f0660df71b3c03d48a0b132 (diff) |
README: list dependencies for testing
Fixes #4365.
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -169,6 +169,13 @@ REQUIREMENTS: under all circumstances. In fact, systemd-hostnamed will warn if nss-myhostname is not installed. + Additional packages are necessary to run some tests: + - busybox (used by test/TEST-13-NSPAWN-SMOKE) + - nc (used by test/TEST-12-ISSUE-3171) + - python3-pyparsing + - python3-evdev (used by hwdb parsing tests) + - strace (used by test/test-functions) + USERS AND GROUPS: Default udev rules use the following standard system group names, which need to be resolvable by getgrnam() at any time, |