We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e2bc commit e6757efCopy full SHA for e6757ef
1 file changed
dietpi/dietpi-software
@@ -5171,9 +5171,6 @@ _EOF_
5171
G_AGI mopidy gstreamer1.0-alsa mopidy-local python3-pip "${deps[@]}"
5172
G_EXEC systemctl stop mopidy
5173
5174
- # Temporary fix for Debian package: https://salsa.debian.org/python-team/packages/mopidy/-/merge_requests/3
5175
- [[ -e '/usr/bin/mopidy' ]] || G_EXEC ln -s /usr/share/mopidy/mopidy-cmd /usr/bin/mopidy
5176
-
5177
(( $G_DISTRO == 8 )) && ! grep -q '_get_structure_name' /lib/python3/dist-packages/mopidy/audio/scan.py && G_EXEC patch -d/ -p0 << '_EOF_'
5178
--- /lib/python3/dist-packages/mopidy/audio/scan.py
5179
+++ /lib/python3/dist-packages/mopidy/audio/scan.py
0 commit comments