diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-14 17:00:59 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-14 17:02:03 +0200 |
commit | 1b45ba234d485dcda04d8203edd54cfbd1c5cf9b (patch) | |
tree | 0ca0726efbe32f20dd3a57674b8b2af478fadbd5 /testing/py-pyacoustid | |
parent | 30365865f14808973ec7e76fd028b35e4111d028 (diff) | |
download | aports-1b45ba234d485dcda04d8203edd54cfbd1c5cf9b.tar.bz2 aports-1b45ba234d485dcda04d8203edd54cfbd1c5cf9b.tar.xz |
testing/py-pyacoustid: add py-requests py-audioread to deps
Diffstat (limited to 'testing/py-pyacoustid')
-rw-r--r-- | testing/py-pyacoustid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pyacoustid/APKBUILD b/testing/py-pyacoustid/APKBUILD index 8695ec6d6c..4ebc19574c 100644 --- a/testing/py-pyacoustid/APKBUILD +++ b/testing/py-pyacoustid/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=py-pyacoustid pkgver=1.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Bindings for Chromaprint acoustic fingerprinting and the Acoustid API" url="https://github.com/sampsyo/pyacoustid" arch="noarch" license="MIT" -depends="python chromaprint" +depends="python chromaprint py-requests py-audioread" depends_dev="" makedepends="python-dev py-setuptools" install="" |