summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee6c78a7ce2b..cdeec9257903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.0.21
pkgrel=1
license=('Apache')
pkgdesc='An integrated shell for working with the Kubernetes CLI'
-makedepends=()
+makedepends=('python-pip')
depends=('python' 'python-prompt_toolkit' 'python-pygments' 'python-click' 'python-fuzzyfinder' 'python-kubernetes')
arch=('any')
url='https://github.com/cloudnativelabs/kube-shell'