summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'