main/postmarketos-base: remove unnecessary dependencies (!1018)

These dependencies don't belong here.
- iw: should be installed by the user themselves when wanted
- nano: should be installed by the user themselves when wanted
- pulseaudio: should be installed by the UI meta packages that need it
  instead
- pulseaudio-alsa: should automatically be installed when both
  PulseAudio and alsa are installed

https://gitlab.alpinelinux.org/alpine/aports/merge_requests/4820
This commit is contained in:
Bart Ribbers 2020-03-01 09:31:04 +01:00 committed by Alexey Min
parent b16bff03fb
commit 98f9320f35
No known key found for this signature in database
GPG Key ID: 0B19D2A65870B448

View File

@ -1,6 +1,6 @@
pkgname=postmarketos-base
pkgver=3
pkgrel=32
pkgrel=33
pkgdesc="Meta package for minimal postmarketOS base"
url="https://postmarketos.org"
arch="noarch"
@ -11,8 +11,6 @@ depends="
cryptsetup
eudev
haveged
iw
nano
openssh
postmarketos-mkinitfs
sudo
@ -20,8 +18,7 @@ depends="
wpa_supplicant
shadow
networkmanager
pulseaudio
pulseaudio-alsa"
"
install="$pkgname.post-install"
triggers="$pkgname.trigger=/etc"
subpackages="$pkgname-x11"