diff options
-rw-r--r-- | pssh-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD index 7ea5a29dc..a5f80ceed 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) |