main/postmarketos-ui-console: Add networkmanager-{cli,tui} to dependencies (MR 3013)

nmcli and nmtui are not included in package networkmanager.
Add necessary subpackages as dependencies.

8412887566
This commit is contained in:
Raymond Hackley 2022-03-21 00:49:42 +09:00 committed by Newbyte
parent 96c6504cfd
commit f44c4e870b
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -2,7 +2,7 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-ui-console
pkgver=0.1
pkgrel=1
pkgrel=2
pkgdesc="Console environment, with no graphical/touch UI"
url="https://postmarketos.org/"
arch="noarch"
@ -10,6 +10,8 @@ license="GPL-3.0-or-later"
depends="
dnsmasq
networkmanager
networkmanager-cli
networkmanager-tui
postmarketos-base-ui
wireless-tools
"