Skip to content

Commit e6757ef

Browse files
committed
dietpi-software: Mopidy: remove obsolete workaround
The fix has been merged + released by Debian.
1 parent 1a3e2bc commit e6757ef

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dietpi/dietpi-software

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5171,9 +5171,6 @@ _EOF_
51715171
G_AGI mopidy gstreamer1.0-alsa mopidy-local python3-pip "${deps[@]}"
51725172
G_EXEC systemctl stop mopidy
51735173

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-
51775174
(( $G_DISTRO == 8 )) && ! grep -q '_get_structure_name' /lib/python3/dist-packages/mopidy/audio/scan.py && G_EXEC patch -d/ -p0 << '_EOF_'
51785175
--- /lib/python3/dist-packages/mopidy/audio/scan.py
51795176
+++ /lib/python3/dist-packages/mopidy/audio/scan.py

0 commit comments

Comments
 (0)