mopidy: add missing dep on python-futures

This commit is contained in:
John 2019-10-30 21:29:38 +01:00
parent 8305ac99a7
commit 44e2552b32

View file

@ -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 <mail@may.mooo.com>"
license="Apache-2.0"