Changes of Revision 2
[-] | Changed | python-kitchen.spec |
x 1
2 %if 0%{!?suse_version} 3 BuildArch: noarch 4 %endif 5 +%if 0%{?suse_version} 6 +BuildRequires: python-devel 7 +%else 8 BuildRequires: python2-devel 9 +%endif 10 BuildRequires: python-nose 11 %if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?sles_version} >= 11 12 # sphinx needs to be more recent to build the html docs 13 |