add --break-system-packages

This commit is contained in:
RandomNinjaAtk
2024-03-27 16:42:25 -04:00
committed by GitHub
parent 56c6f1bc11
commit 1bb44dce21

View File

@@ -15,7 +15,7 @@ InstallRequirements () {
echo "*** install beets ***"
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community beets
echo "************ install python packages ************"
pip install --upgrade --no-cache-dir -U \
pip install --upgrade --no-cache-dir --break-system-packages -U \
m4b-merge \
pyacoustid \
requests \