summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2022-01-17 21:32:47 +0200
committerSpiros Georgaras2022-01-17 21:32:47 +0200
commitfb0460cee56016008b511737d2368756904e0483 (patch)
tree632ecaa2a6778c7de3b592509f2777b6806d4e4f
parentc9574c0671548d30e02fe7fea484b07724e1de91 (diff)
downloadaur-fb0460cee56016008b511737d2368756904e0483.tar.gz
adding psutil dependency
-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}")