polysh: needs python.

This commit is contained in:
Juan RP 2012-11-25 18:16:05 +01:00
parent aa8f19c25c
commit 0a4e7bf277

View file

@ -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"