summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2021-02-22 22:11:03 +0100
committerFabio Manganiello2021-02-22 22:11:03 +0100
commitc5c226a1e53aa389260aed221d7dc7dced36af29 (patch)
treee4b8cd760d62a8897cc0301fd24c6dd2908923d1 /PKGBUILD
parent50fea14e16c827cb63f8fc39c7abcf6e8a6398d4 (diff)
downloadaur-c5c226a1e53aa389260aed221d7dc7dced36af29.tar.gz
croniter is actually a required dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43a0f4260d0f..da71511a9bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,11 @@ pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
url="https://git.platypush.tech/platypush/platypush"
-depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-pyjwt')
+depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask' 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt' 'python-zeroconf' 'python-pyjwt' 'python-croniter')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'
'python-gattlib: Low-energy Bluetooth devices support'
'python-paramiko: SSH support'
- 'python-croniter: Platypush cron support'
'python-pyserial: Arduino/serial device support')
conflicts=('platypush-git')
options=(!strip)