diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-07 16:39:59 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-07 16:39:59 -0500 |
| commit | ce96095e29cacb8efb1bdce2479978ddea0d873f (patch) | |
| tree | 65b90ec333409762306b69c2d7abd40a32d4b576 /debian | |
| parent | 74e387dad5266b2924a1d41dde1e0b21ec6cb316 (diff) | |
d/tests/control: Have nm.py autopkgtest Depend on wpasupplicant
network-manager only Recommends wpasupplicant now
Diffstat (limited to 'debian')
| -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 dfcc44ef..795b9baa 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 skippable Tests: nm.py -Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-nm-1.0, network-manager, hostapd, iw, python3-dbusmock, python3-netaddr +Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-nm-1.0, network-manager, hostapd, iw, python3-dbusmock, python3-netaddr, wpasupplicant Restrictions: needs-root isolation-machine skippable Tests: killswitches-no-urfkill |