summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e499031a06fe..3cc95b672455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Generate PKGBUILD from pip packages"
arch=('any')
url="http://github.com/sollidsnake/pipman"
license=('GPL')
-depends=('python' 'python-pip' 'python-docopt' 'python-colorama')
+depends=('python' 'python-setuptools' 'python-pip' 'python-docopt' 'python-colorama')
makedepends=('git')
source=(git+https://github.com/sollidsnake/pipman)
md5sums=('SKIP')