Commit 272bdebd by James Cammarata

Adding sshpass as a packaging requirement

parent 507b78f3
...@@ -8,6 +8,6 @@ Homepage: http://ansible.github.com/ ...@@ -8,6 +8,6 @@ Homepage: http://ansible.github.com/
Package: ansible Package: ansible
Architecture: all Architecture: all
Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko Depends: python, python-support (>= 0.90), python-jinja2, python-yaml, python-paramiko, sshpass
Description: Ansible Application Description: Ansible Application
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. 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,6 +33,7 @@ Requires: python-paramiko
Requires: python-jinja2 Requires: python-jinja2
Requires: python-keyczar Requires: python-keyczar
%endif %endif
Requires: sshpass
%description %description
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment