summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pssh-git/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index 7ea5a29d..a5f80cee 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="http://code.google.com/p/parallel-ssh/"
license=('BSD')
depends=('openssh' 'python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=('pssh')
conflicts=('pssh')
source=(git+https://github.com/lilydjwg/pssh.git)