From 44e2552b32f11c21ee3896bf5050826f70fb480a Mon Sep 17 00:00:00 2001 From: John Date: Wed, 30 Oct 2019 21:29:38 +0100 Subject: [PATCH] mopidy: add missing dep on python-futures --- srcpkgs/mopidy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template index e3579e0350..9c839039b6 100644 --- a/srcpkgs/mopidy/template +++ b/srcpkgs/mopidy/template @@ -1,14 +1,14 @@ # Template file for 'mopidy' pkgname=mopidy version=2.3.1 -revision=1 +revision=2 archs=noarch wrksrc="Mopidy-${version}" build_style=python2-module pycompile_module=mopidy hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka" depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 - python-tornado python-pykka python-setuptools python-requests" + python-futures python-tornado python-pykka python-setuptools python-requests" short_desc="Music server for MPD, Spotify, SoundClound and others" maintainer="allan " license="Apache-2.0"