diff options
author | Erich Eckner <git@eckner.net> | 2017-09-20 10:16:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-20 10:16:59 +0200 |
commit | 1a858bfb3274733c80e44da93bc9bc3b86b3a042 (patch) | |
tree | a2f6e9feb99ce9b837feab03fc11136d4909d382 /pssh-git/PKGBUILD | |
parent | 8178c70b342ea4f3f4fd518560ac3a84635ee6dc (diff) | |
download | archlinuxewe.git.save-1a858bfb3274733c80e44da93bc9bc3b86b3a042.tar.xz |
pssh-git: new makedepends
Diffstat (limited to 'pssh-git/PKGBUILD')
-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 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) |