diff options
author | Michał Polański <michal@polanski.me> | 2020-03-02 19:31:22 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-03 02:23:17 -0300 |
commit | 798783b3eae7bb5e85440f70408e1ea09d222b97 (patch) | |
tree | 02f19470844475fa13ff092ac1f8f74b9c9b3454 /community/mopidy/APKBUILD | |
parent | c1491ae20f2dec1ee784968f455c8cd7b9e401a6 (diff) | |
download | aports-798783b3eae7bb5e85440f70408e1ea09d222b97.tar.bz2 aports-798783b3eae7bb5e85440f70408e1ea09d222b97.tar.xz |
community/mopidy: enable tests
Diffstat (limited to 'community/mopidy/APKBUILD')
-rw-r--r-- | community/mopidy/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/mopidy/APKBUILD b/community/mopidy/APKBUILD index 743654c6b1..c27c4fcf6f 100644 --- a/community/mopidy/APKBUILD +++ b/community/mopidy/APKBUILD @@ -5,7 +5,6 @@ pkgname=mopidy pkgver=3.0.1 pkgrel=0 pkgdesc="Mopidy is an extensible music server" -options="!check" # Requires dependency testing/py-responses url="https://www.mopidy.com/" arch="noarch" license="Apache-2.0" @@ -13,6 +12,7 @@ depends="python3 py3-pykka py3-tornado gst-plugins-base gst-plugins-good gst-plugins-ugly py3-gst py3-setuptools py3-libxml2 py3-requests py3-six" makedepends="python3-dev py3-sphinx graphviz" +checkdepends="py3-pytest py3-responses" install="$pkgname.pre-install $pkgname.post-deinstall" subpackages="$pkgname-doc $pkgname-openrc" source="https://files.pythonhosted.org/packages/source/M/Mopidy/Mopidy-$pkgver.tar.gz @@ -20,7 +20,6 @@ source="https://files.pythonhosted.org/packages/source/M/Mopidy/Mopidy-$pkgver.t logging.conf mopidy.initd " - builddir="$srcdir/Mopidy-$pkgver" pkgusers="mopidy" |