mopidy: pin setuptools<80 (pkg_resources removed in setuptools 80+)

setuptools 80+ removed pkg_resources module. Mopidy imports pkg_resources
at startup, so we need a version that still bundles it.
This commit is contained in:
2026-07-01 08:33:46 -07:00
parent 0da1fbf9db
commit ae088c2d9f
+1 -1
View File
@@ -16,7 +16,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir \ RUN pip install --no-cache-dir \
setuptools \ "setuptools<80" \
Mopidy==3.4.2 \ Mopidy==3.4.2 \
Mopidy-Qobuz \ Mopidy-Qobuz \
Mopidy-Local Mopidy-Local