summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2020-07-25 01:48:53 +0200
committerFabio Manganiello2020-07-25 01:48:53 +0200
commitf6e543d1722290d4aaf1ea2314dd5006d1747152 (patch)
tree2f9d7d72125c185b3767d4d1f00be8a18dc03af1
parent6c34dba34bc1d7f128cdb6f47e2630a53fd51ebc (diff)
downloadaur-f6e543d1722290d4aaf1ea2314dd5006d1747152.tar.gz
Revert "The package doesn't have to depend on python-wheel"
This reverts commit 6c34dba34bc1d7f128cdb6f47e2630a53fd51ebc.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49395fd2ce7e..856e74367a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = platypush
depends = python-sqlalchemy
depends = python-websockets
depends = python-websocket-client
+ depends = python-wheel
depends = python-flask
depends = python-dateutil
depends = python-frozendict
diff --git a/PKGBUILD b/PKGBUILD
index 5bc0fc1d502b..658c3c0b037d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Universal multi-platform command executor and automation manager"
arch=('any')
license=('MIT')
url="https://github.com/BlackLight/platypush"
-depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-flask'
+depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-wheel' 'python-flask'
'python-dateutil' 'python-frozendict' 'python-bcrypt')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'