summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2023-05-08 01:25:31 +0200
committerFabio Manganiello2023-05-08 01:25:31 +0200
commit5d4a3515b0f2c0a4be0453a08e8547aceca00788 (patch)
treef1a822c3495557258d9bd72e4f3ec165d26f2620
parent7cbb552e57203ae6ae36ca511641e8ec3120d489 (diff)
downloadaur-5d4a3515b0f2c0a4be0453a08e8547aceca00788.tar.gz
Updated dependencies for the web server
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5deda9a717c3..d4aad74188be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.24.5
- pkgrel = 4
+ pkgrel = 5
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -13,7 +13,6 @@ pkgbase = platypush
depends = python-eventlet
depends = python-flask
depends = python-frozendict
- depends = python-gunicorn
depends = python-magic
depends = python-marshmallow
depends = python-marshmallow-dataclass
@@ -22,11 +21,10 @@ pkgbase = platypush
depends = python-redis
depends = python-requests
depends = python-rsa
- depends = python-simple-websocket
depends = python-sqlalchemy
+ depends = python-tornado
depends = python-websocket-client
depends = python-wheel
- depends = python-wsproto
depends = python-yaml
depends = python-zeroconf
depends = redis
diff --git a/PKGBUILD b/PKGBUILD
index b00fa31d2563..7c45c28d78b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.24.5
-pkgrel=4
+pkgrel=5
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -16,7 +16,6 @@ depends=(
'python-eventlet'
'python-flask'
'python-frozendict'
- 'python-gunicorn'
'python-magic'
'python-marshmallow'
'python-marshmallow-dataclass'
@@ -25,11 +24,10 @@ depends=(
'python-redis'
'python-requests'
'python-rsa'
- 'python-simple-websocket'
'python-sqlalchemy'
+ 'python-tornado'
'python-websocket-client'
'python-wheel'
- 'python-wsproto'
'python-yaml'
'python-zeroconf'
'redis'