polysh: needs python.
This commit is contained in:
parent
aa8f19c25c
commit
0a4e7bf277
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polysh'
|
# Template file for 'polysh'
|
||||||
pkgname=polysh
|
pkgname=polysh
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Execute a command in multiple remote shells at once"
|
short_desc="Execute a command in multiple remote shells at once"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -14,6 +14,6 @@ long_desc="
|
||||||
launch an interactive remote shell on many machines at once."
|
launch an interactive remote shell on many machines at once."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="openssh"
|
depends="python>=2.7<3.0 openssh"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
pycompile_module="polysh"
|
pycompile_module="polysh"
|
||||||
|
|
Loading…
Reference in a new issue