summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2023-08-14 22:18:53 +0200
committerFabio Manganiello2023-08-14 22:18:53 +0200
commitc0db9e733823ccff661c4ca8aad35375095d405e (patch)
tree66e46ceb7c401f0f0c1b929bd34ddd321c19f6bd /PKGBUILD
parentbcf6fe7fc73b8bfa21ca87914555f6e4801dfd30 (diff)
downloadaur-c0db9e733823ccff661c4ca8aad35375095d405e.tar.gz
psutil is now a required dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14437001b1bb..9f40317eba37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush-git
pkgver=0.50.3.r65.4062ddbc
-pkgrel=1
+pkgrel=2
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -21,6 +21,7 @@ depends=(
'python-marshmallow'
'python-marshmallow-dataclass'
'python-pip'
+ 'python-psutil'
'python-pytz'
'python-redis'
'python-requests'
@@ -75,7 +76,6 @@ optdepends=(
'python-phue: Philips Hue (and compatible) devices support'
'python-pillow: Support for several camera integrations and QR codes'
'python-plexapi: Support for the Plex integration'
- 'python-psutil: System information plugin'
'python-py-cpuinfo: System information plugin'
'python-pybluez: Bluetooth support'
'python-pychromecast: Chromecast support'