networks: Add batctl as dependency

This will be removed from freedombox-setup depedency list.
This commit is contained in:
Sunil Mohan Adapa 2016-09-10 22:12:29 +05:30 committed by James Valleroy
parent 2e3f91c8d5
commit 26a724b773
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- networks: Add polkit rules for network management.
- Update man page to add setup operations.
- Add argument to list packages needed by apps.
- networks: Add batctl as dependency.
### Fixed
- users: Fixed checking restricted usernames.

View File

@ -34,7 +34,7 @@ is_essential = True
depends = ['system']
managed_packages = ['network-manager']
managed_packages = ['network-manager', 'batctl']
title = _('Networks')