diff options
| author | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 10:16:19 +0100 |
|---|---|---|
| committer | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 10:16:19 +0100 |
| commit | 69675f0aa771475754428700976e960d91031df5 (patch) | |
| tree | 227ee689e563dbbf536b65dfc3088d1d5838fe53 /debian/tests/control | |
| parent | 5361ff2e31404e281e51d024263331c9ca27a660 (diff) | |
debian/tests/control: The nm tests need dnsmasq-base and isc-dhcp-client too
Diffstat (limited to 'debian/tests/control')
| -rw-r--r-- | debian/tests/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 5bce4cf9..14ebb2f5 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,7 +3,7 @@ Depends: python3, hostapd, dnsmasq-base, wpasupplicant, isc-dhcp-client, iw Restrictions: needs-root allow-stderr isolation-machine Tests: nm -Depends: python3, gir1.2-networkmanager-1.0, network-manager, hostapd, iw, python3-dbusmock +Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-networkmanager-1.0, network-manager, hostapd, iw, python3-dbusmock Restrictions: needs-root isolation-machine Tests: killswitches-no-urfkill |