summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Manganiello2020-07-25 01:47:26 +0200
committerFabio Manganiello2020-07-25 01:47:40 +0200
commit6c34dba34bc1d7f128cdb6f47e2630a53fd51ebc (patch)
tree70509d7e0e77791d3d66cccc8ddd51ee225aa314 /PKGBUILD
parentd3dc14a7d83ff5be4a14b013b1cb0f873091feef (diff)
downloadaur-6c34dba34bc1d7f128cdb6f47e2630a53fd51ebc.tar.gz
The package doesn't have to depend on python-wheel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 658c3c0b037d..5bc0fc1d502b 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-wheel' 'python-flask'
+depends=('python' 'python-yaml' 'redis' 'python-redis' 'python-requests' 'python-sqlalchemy' 'python-websockets' 'python-websocket-client' 'python-flask'
'python-dateutil' 'python-frozendict' 'python-bcrypt')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'