diff options
| author | Michael Biebl <biebl@debian.org> | 2022-01-18 20:50:43 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-01-18 20:56:11 +0100 |
| commit | dd9f1b1cce9f090e7d90df6708e94e1f2d43cb5f (patch) | |
| tree | ff037013d7829f698971285ee8c2834382aecdb8 | |
| parent | d366d41f48da0e9d321b72bcb27c360139c4dd32 (diff) | |
Demote wpasupplicant to Recommends
There are enough use cases for network-manager not involving Wi-Fi which justifies to make this dependency optional. Closes: #919619 Closes: #980218
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 85a18339..e84e0b5c 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,6 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libnm0 (= ${binary:Version}), - wpasupplicant, dbus, udev, adduser, @@ -58,6 +57,7 @@ Recommends: ppp, iptables, modemmanager, wireless-regdb, + wpasupplicant, libpam-systemd, Suggests: libteam-utils, Breaks: ${misc:Breaks} |