summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2021-02-22 22:11:28 +0100
committerFabio Manganiello2021-02-22 22:11:28 +0100
commit41f730e75e93ce672a860198d36c6ba12a28864c (patch)
treeaed78096ffbd53e3b8ef3e975c4f6e3e81bf6086 /PKGBUILD
parent48fe42c6c448aff8107fbf7dfd413d4dae86224f (diff)
downloadaur-41f730e75e93ce672a860198d36c6ba12a28864c.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 9f034ee30f64..1ce858763e2b 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')
options=(!strip)