Browse code

Adding sshpass as a packaging requirement

James Cammarata authored on 2013/09/14 07:40:49
Showing 2 changed files
... ...
@@ -8,6 +8,6 @@ Homepage: http://ansible.github.com/
8 8
 
9 9
 Package: ansible
10 10
 Architecture: all
11
-Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko
11
+Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, sshpass
12 12
 Description: Ansible Application
13 13
  Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH executing commands, running "modules", or executing larger 'playbooks' that can serve as a configuration management or deployment system.
... ...
@@ -33,6 +33,7 @@ Requires: python-paramiko
33 33
 Requires: python-jinja2
34 34
 Requires: python-keyczar
35 35
 %endif
36
+Requires: sshpass
36 37
 
37 38
 %description
38 39