summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2021-02-22 22:11:03 +0100
committerFabio Manganiello2021-02-22 22:11:03 +0100
commitc5c226a1e53aa389260aed221d7dc7dced36af29 (patch)
treee4b8cd760d62a8897cc0301fd24c6dd2908923d1
parent50fea14e16c827cb63f8fc39c7abcf6e8a6398d4 (diff)
downloadaur-c5c226a1e53aa389260aed221d7dc7dced36af29.tar.gz
croniter is actually a required dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc65b746282a..869486b953a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,11 +21,11 @@ pkgbase = platypush
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-git
options = !strip
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)