From 1914120756780d7becc0e9c4b5fd65e22712f8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 31 Jan 2020 18:45:02 +0100 Subject: [PATCH] mopidy: fix dependencies Closes: #18686 --- srcpkgs/mopidy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template index cdfea2e10a5..c3497f3b88d 100644 --- a/srcpkgs/mopidy/template +++ b/srcpkgs/mopidy/template @@ -1,13 +1,13 @@ # Template file for 'mopidy' pkgname=mopidy version=3.0.1 -revision=1 +revision=2 archs=noarch wrksrc="Mopidy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka" -depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 - python3-tornado python3-pykka python3-setuptools python3-requests" +depends="gst1-python3 gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 + python3-tornado python3-pykka python3-setuptools python3-requests python3-uritools" short_desc="Music server for MPD, Spotify, SoundClound and others" maintainer="allan " license="Apache-2.0"