summaryrefslogtreecommitdiff
path: root/pssh-git
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-20 10:16:59 +0200
committerErich Eckner <git@eckner.net>2017-09-20 10:16:59 +0200
commit1a858bfb3274733c80e44da93bc9bc3b86b3a042 (patch)
treea2f6e9feb99ce9b837feab03fc11136d4909d382 /pssh-git
parent8178c70b342ea4f3f4fd518560ac3a84635ee6dc (diff)
downloadarchlinuxewe.git.save-1a858bfb3274733c80e44da93bc9bc3b86b3a042.tar.xz
pssh-git: new makedepends
Diffstat (limited to 'pssh-git')
-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)