summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2021-05-08 16:15:17 +0200
committerFabio Manganiello2021-05-08 16:15:17 +0200
commit5730725cd31331aec55036e65772c2d234534e5e (patch)
treeeb63b4ebbccb9b9cb7f3fa2a78e6502a3718f63c /PKGBUILD
parentc0180187d410ca92fccc3f1d764a2a75128b8ff4 (diff)
downloadaur-5730725cd31331aec55036e65772c2d234534e5e.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 ff0626c5502c..fea0d7e0b5a4 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')
options=(!strip)
source=("${pkgname}-v${pkgver}.tar.gz::https://git.platypush.tech/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")