summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Joram2023-01-15 13:33:37 +0200
committerPhilipp Joram2023-01-15 13:33:57 +0200
commitb083e956bc005502db6c24d1754c9a4c17f69843 (patch)
tree9e29246b3ee8e536a422fcf8b36d9f9337b008bd
parent5bba34e9840af9f00ea79281f4db72f15fac57b2 (diff)
downloadaur-b083e956bc005502db6c24d1754c9a4c17f69843.tar.gz
Sync package dependencies with `setup.cfg`
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 941beaf11627..903a629fa990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='A Mopidy Web client that utilizes the Spotify and EchoNest frameworks.
arch=('any')
url="https://github.com/jaedb/iris"
license=('APACHE')
-depends=('mopidy>=3' 'python-configobj' 'python-pylast')
+depends=('mopidy>=3' 'python-pykka>=2.0.1' 'python-setuptools')
makedepends=('python-build' 'python-installer' 'python-wheel')
optdepends=('mopidy-local: local library support'
'mopidy-spotify: spotify support')