diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2019-05-29 12:59:38 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2019-05-29 12:59:38 -0400 |
| commit | e138ba566a6a44a909c3c76c2c3b8b3e2c8548a7 (patch) | |
| tree | cd4e03a11bda96e56bbdd3b875d13e422dc8ac5f /debian/tests/control | |
| parent | c5e3c7331fe83cc67768d7e86bba9b041f69b2c6 (diff) | |
debian/tests/control: fix test dependency to list gir1.2-nm-1.0 instead of its old name gir1.2-networkmanager-1.0.
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 a8f4d148..53de6908 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.py -Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-networkmanager-1.0, network-manager, hostapd, iw, python3-dbusmock +Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-nm-1.0, network-manager, hostapd, iw, python3-dbusmock Restrictions: needs-root isolation-machine Tests: killswitches-no-urfkill |