mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adding BuildRequires lines for python-setuptools
This commit is contained in:
parent
d287179f7b
commit
6e837d4512
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ BuildArch: noarch
|
||||||
# RHEL <=5
|
# RHEL <=5
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 5
|
%if 0%{?rhel} && 0%{?rhel} <= 5
|
||||||
BuildRequires: python26-devel
|
BuildRequires: python26-devel
|
||||||
|
BuildRequires: python26-setuptools
|
||||||
Requires: python26-PyYAML
|
Requires: python26-PyYAML
|
||||||
Requires: python26-paramiko
|
Requires: python26-paramiko
|
||||||
Requires: python26-jinja2
|
Requires: python26-jinja2
|
||||||
|
@ -36,6 +37,7 @@ Requires: python-crypto2.6
|
||||||
# RHEL > 5
|
# RHEL > 5
|
||||||
%if 0%{?rhel} && 0%{?rhel} > 5
|
%if 0%{?rhel} && 0%{?rhel} > 5
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
Requires: PyYAML
|
Requires: PyYAML
|
||||||
Requires: python-paramiko
|
Requires: python-paramiko
|
||||||
Requires: python-jinja2
|
Requires: python-jinja2
|
||||||
|
@ -47,6 +49,7 @@ Requires: python-setuptools
|
||||||
# FEDORA > 17
|
# FEDORA > 17
|
||||||
%if 0%{?fedora} >= 18
|
%if 0%{?fedora} >= 18
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
Requires: PyYAML
|
Requires: PyYAML
|
||||||
Requires: python-paramiko
|
Requires: python-paramiko
|
||||||
Requires: python-jinja2
|
Requires: python-jinja2
|
||||||
|
|
Loading…
Reference in a new issue