From 51dfb6f88c1f6e82ec15e501117f8160cf73bf39 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 19 Apr 2012 00:14:37 -0400 Subject: [PATCH] Add PyYAML requirement --- packaging/rpm/ansible.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 4229d12f88..9a394d5135 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -16,6 +16,7 @@ Url: http://ansible.github.com BuildArch: noarch BuildRequires: python2-devel +Requires: PyYAML Requires: python-paramiko Requires: python-jinja2