mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
mopidy-local: add missing dependency on uritools
This commit is contained in:
parent
dba0c4705d
commit
14a84fa85e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'mopidy-local'
|
# Template file for 'mopidy-local'
|
||||||
pkgname=mopidy-local
|
pkgname=mopidy-local
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="mopidy python3-pykka python3-setuptools"
|
depends="mopidy python3-pykka python3-setuptools python3-uritools"
|
||||||
checkdepends="${depends} python3-gobject python3-pytest"
|
checkdepends="${depends} python3-gobject python3-pytest"
|
||||||
short_desc="Mopidy extension for playing music from your local music archive"
|
short_desc="Mopidy extension for playing music from your local music archive"
|
||||||
maintainer="Nick Hahn <nick.hahn@posteo.de>"
|
maintainer="Nick Hahn <nick.hahn@posteo.de>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue