summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7997b73324e8..67ae4fccf093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platypush
pkgdesc = Universal multi-platform command executor and automation manager
pkgver = 0.50.3
- pkgrel = 4
+ pkgrel = 5
url = https://git.platypush.tech/platypush/platypush
arch = any
license = MIT
@@ -22,6 +22,7 @@ pkgbase = platypush
depends = python-redis
depends = python-requests
depends = python-rsa
+ depends = python-setuptools
depends = python-sqlalchemy
depends = python-tornado
depends = python-websocket-client
diff --git a/PKGBUILD b/PKGBUILD
index 49d84a1467d8..036d8ecf3423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=platypush
pkgver=0.50.3
-pkgrel=4
+pkgrel=5
pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
@@ -25,6 +25,7 @@ depends=(
'python-redis'
'python-requests'
'python-rsa'
+ 'python-setuptools'
'python-sqlalchemy'
'python-tornado'
'python-websocket-client'