From 11bf2a5e034b33c43fc5159bc6c5868aa914baf4 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 5 Mar 2012 12:16:08 -0500 Subject: [PATCH] add python-paramiko dependency --- ansible.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.spec b/ansible.spec index 8a9516c1596..1cc92daaa64 100644 --- a/ansible.spec +++ b/ansible.spec @@ -12,6 +12,7 @@ Prefix: %{_prefix} BuildArch: noarch Url: http://github.com/mpdehaan/ansible/ BuildRequires: asciidoc +Requires: python-paramiko %description Ansible is a extra-simple tool/API for doing 'parallel remote things' over SSH