summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832ab3bfaf03..d637fce5ee90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = pyradio-git
makedepends = python-setuptools
depends = python-dnspython
depends = python-requests
+ depends = python-psutil
optdepends = mplayer: as backend
optdepends = mpv: as backend
optdepends = vlc: as backend
diff --git a/PKGBUILD b/PKGBUILD
index 2364669843bd..dee8a2c303f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
license=('MIT')
-depends=('python-dnspython' 'python-requests')
+depends=('python-dnspython' 'python-requests' 'python-psutil')
optdepends=('mplayer: as backend' 'mpv: as backend' 'vlc: as backend')
makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")