diff options
author | Fabio Manganiello | 2023-08-14 22:18:53 +0200 |
---|---|---|
committer | Fabio Manganiello | 2023-08-14 22:18:53 +0200 |
commit | c0db9e733823ccff661c4ca8aad35375095d405e (patch) | |
tree | 66e46ceb7c401f0f0c1b929bd34ddd321c19f6bd /PKGBUILD | |
parent | bcf6fe7fc73b8bfa21ca87914555f6e4801dfd30 (diff) | |
download | aur-c0db9e733823ccff661c4ca8aad35375095d405e.tar.gz |
psutil is now a required dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |