fix RHEL 6
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=3
This commit is contained in:
parent
58b250943d
commit
35aaa09c17
@ -54,6 +54,13 @@ Requires: python26-paramiko
|
|||||||
Requires: python26-jinja2
|
Requires: python26-jinja2
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel} > 5 || 0%{?rhel_version} > 505
|
||||||
|
Release: 1%{?dist}
|
||||||
|
BuildRequires: python2-devel
|
||||||
|
Requires: PyYAML
|
||||||
|
Requires: python-paramiko
|
||||||
|
Requires: python-jinja2
|
||||||
|
%endif
|
||||||
#
|
#
|
||||||
# Fedora
|
# Fedora
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user