1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #4984 from marcinpraczko/devel

Fix for RPM build on opensuse
This commit is contained in:
jctanner 2013-12-04 11:38:16 -08:00
commit 56341a2223

View file

@ -26,7 +26,11 @@ Requires: python26-paramiko
Requires: python26-jinja2
Requires: python26-keyczar
%else
%if 0%{?suse_version}
BuildRequires: python-devel
%else
BuildRequires: python2-devel
%endif
Requires: PyYAML
Requires: python-paramiko