diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-01-09 11:13:49 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-01-09 11:13:54 +0100 |
commit | 31dc81292beb16a08f8158ca902008a03f3d20dc (patch) | |
tree | 00da96c79dcb85203edb17a32672d2e3ccb9bd27 /testing/mopidy | |
parent | 26dd384585d2182a35bd9450091726b6472b3b24 (diff) | |
download | aports-31dc81292beb16a08f8158ca902008a03f3d20dc.tar.bz2 aports-31dc81292beb16a08f8158ca902008a03f3d20dc.tar.xz |
testing/mopidy: add py-libxml2 to depends
Diffstat (limited to 'testing/mopidy')
-rw-r--r-- | testing/mopidy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mopidy/APKBUILD b/testing/mopidy/APKBUILD index 6cc78f24ae..7f189a30ac 100644 --- a/testing/mopidy/APKBUILD +++ b/testing/mopidy/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=mopidy pkgver=0.19.5 -pkgrel=0 +pkgrel=1 pkgdesc="Mopidy is an extensible music server" url="http://www.mopidy.com/" arch="noarch" license="Apache" depends="python py-pykka py-tornado gst-plugins-base0.10 gst-plugins-good0.10 - gst-plugins-ugly0.10 py-gst0.10 py-setuptools" + gst-plugins-ugly0.10 py-gst0.10 py-setuptools py-libxml2" depends_dev="" makedepends="python-dev" install="" |