summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2020-07-25 01:48:53 +0200
committerFabio Manganiello2020-07-25 01:48:53 +0200
commitf6e543d1722290d4aaf1ea2314dd5006d1747152 (patch)
tree2f9d7d72125c185b3767d4d1f00be8a18dc03af1 /PKGBUILD
parent6c34dba34bc1d7f128cdb6f47e2630a53fd51ebc (diff)
downloadaur-f6e543d1722290d4aaf1ea2314dd5006d1747152.tar.gz
Revert "The package doesn't have to depend on python-wheel"
This reverts commit 6c34dba34bc1d7f128cdb6f47e2630a53fd51ebc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'