summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2021-05-08 16:14:38 +0200
committerFabio Manganiello2021-05-08 16:14:38 +0200
commit997031c18e2654cec2b2194780f1b727151ac8eb (patch)
tree172b030d3796e4b35be74cafcb1d37c3a1088835 /PKGBUILD
parent654115ded86e71bfb3cbbbde0c3ceb3d81fbc9de (diff)
downloadaur-997031c18e2654cec2b2194780f1b727151ac8eb.tar.gz
Updated list of dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03a9f45e1109..e994aa3c5fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,13 @@ 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' 'python-croniter')
+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' 'python-marshmallow' 'python-pytz')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'
'python-gattlib: Low-energy Bluetooth devices support'
'python-paramiko: SSH support'
+ 'python-watchdog: File monitor support'
+ 'python-aiohttp: SmartThings support'
'python-pyserial: Arduino/serial device support')
conflicts=('platypush')
provides=('platypush')