mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'mopidy'
|
||||||
pkgname=mopidy
|
pkgname=mopidy
|
||||||
version=2.3.1
|
version=2.3.1
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Mopidy-${version}"
|
wrksrc="Mopidy-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module=mopidy
|
pycompile_module=mopidy
|
||||||
hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
|
hostmakedepends="python-setuptools python-Sphinx python-sphinx_rtd_theme python-pykka"
|
||||||
depends="gst1-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
|
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"
|
short_desc="Music server for MPD, Spotify, SoundClound and others"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue