summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c81c6b217fe5..2fed0678e2bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,11 +21,11 @@ pkgbase = platypush-git
depends = python-bcrypt
depends = python-zeroconf
depends = python-pyjwt
+ depends = python-croniter
optdepends = python-paho-mqtt: MQTT integrations support
optdepends = python-pybluez: Bluetooth support
optdepends = python-gattlib: Low-energy Bluetooth devices support
optdepends = python-paramiko: SSH support
- optdepends = python-croniter: Platypush cron support
optdepends = python-pyserial: Arduino/serial device support
conflicts = platypush
options = !strip
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)