summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Manganiello2020-07-20 02:16:32 +0200
committerFabio Manganiello2020-07-20 02:16:32 +0200
commit526cfcd01977fa45bbc087402504958df759dfdd (patch)
tree87aa57531bde6611f4eb4cbfc179dffe7824b498
parent2a18a2bcde475fd325cdc5f26c53882620ccb70d (diff)
downloadaur-526cfcd01977fa45bbc087402504958df759dfdd.tar.gz
Removed unneeded python-pip dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55e3cd5ae523..32ea971b1012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ 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'
- 'python-pip' 'python-dateutil' 'python-frozendict' 'python-bcrypt')
+ 'python-dateutil' 'python-frozendict' 'python-bcrypt')
optdepends=('python-paho-mqtt: MQTT integrations support'
'python-pybluez: Bluetooth support'
'gattlib: Low-energy Bluetooth devices support'