summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-04-30 08:02:40 -0500
committerJames Cammarata <jimi@sngx.net>2014-04-30 08:02:40 -0500
commit6e837d4512b93555ffa22ce7e1c8cf58a0ab78c1 (patch)
tree1b9f77445ec398b13c7dab12df40bc0c4487f9b1 /packaging
parentd287179f7ba3e68fac79b26d08c6995aa3a4ca93 (diff)
downloadansible-6e837d4512b93555ffa22ce7e1c8cf58a0ab78c1.tar.gz
Adding BuildRequires lines for python-setuptools
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/ansible.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 9d667b1a52..07de4534c5 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -20,6 +20,7 @@ BuildArch: noarch
# RHEL <=5
%if 0%{?rhel} && 0%{?rhel} <= 5
BuildRequires: python26-devel
+BuildRequires: python26-setuptools
Requires: python26-PyYAML
Requires: python26-paramiko
Requires: python26-jinja2
@@ -36,6 +37,7 @@ Requires: python-crypto2.6
# RHEL > 5
%if 0%{?rhel} && 0%{?rhel} > 5
BuildRequires: python2-devel
+BuildRequires: python-setuptools
Requires: PyYAML
Requires: python-paramiko
Requires: python-jinja2
@@ -47,6 +49,7 @@ Requires: python-setuptools
# FEDORA > 17
%if 0%{?fedora} >= 18
BuildRequires: python-devel
+BuildRequires: python-setuptools
Requires: PyYAML
Requires: python-paramiko
Requires: python-jinja2