install: remove redundant package musl-locales

lang depends on musl-locales

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2579
This commit is contained in:
Theresa Schönhammer 2025-03-31 17:45:48 +02:00
parent a33112c211
commit ca1f87b873
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -1334,7 +1334,7 @@ def create_device_rootfs(args: PmbArgs, step: int, steps: int) -> None:
install_packages += args.add.split(",")
locale_is_set = config.locale != Config().locale
if locale_is_set:
install_packages += ["lang", "musl-locales"]
install_packages += ["lang"]
pmaports_cfg = pmb.config.pmaports.read_config()
# postmarketos-base supports a dummy package for blocking unl0kr install