mopidy: add missing dep on python-futures
This commit is contained in:
parent
8305ac99a7
commit
44e2552b32
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue