summaryrefslogtreecommitdiff
path: root/pssh-git
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-08-07 08:05:47 +0200
committerErich Eckner <git@eckner.net>2018-08-07 08:08:20 +0200
commitefc22702de0ff7fa08783283555af19359eafe8b (patch)
tree445c8511b65f62a649a4128868720eea497f100d /pssh-git
parentadc8fff0989b8783bb022e68a87d1bf4b0d49d0a (diff)
downloadarchlinuxewe.git.save-efc22702de0ff7fa08783283555af19359eafe8b.tar.xz
recompile all python packages
Diffstat (limited to 'pssh-git')
-rw-r--r--pssh-git/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/pssh-git/PKGBUILD b/pssh-git/PKGBUILD
index a17816bd..470529eb 100644
--- a/pssh-git/PKGBUILD
+++ b/pssh-git/PKGBUILD
@@ -5,12 +5,16 @@
pkgname=pssh-git
pkgver=2.3.1+27+ga2f936b
_commit="${pkgver##*+}"
-pkgrel=1
+pkgrel='2'
pkgdesc="Parallel versions of the openssh tools ssh, scp, rsync, nuke, slurp"
arch=('any')
url="http://code.google.com/p/parallel-ssh/"
license=('BSD')
-depends=('openssh' 'python')
+depends=(
+ 'python>=3.7'
+ 'python<3.8'
+ 'openssh'
+)
makedepends=('git' 'python-setuptools')
provides=('pssh')
conflicts=('pssh')