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