diff --git a/python-stuf.spec b/python-stuf.spec index 7f542d6..6b9cbf7 100644 --- a/python-stuf.spec +++ b/python-stuf.spec @@ -14,7 +14,7 @@ Name: python-stuf Version: 0.9.16 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fancy python dictionary types Group: Development/Libraries @@ -25,7 +25,12 @@ Source0: https://pypi.python.org/packages/source/s/%{modname}/%{modna BuildArch: noarch BuildRequires: python2-devel +%if 0%{?fedora} && 0%{?fedora} > 22: BuildRequires: python2-setuptools +%else +BuildRequires: python-setuptools +%endif + %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -106,6 +111,9 @@ ln -s ../six.py %{buildroot}/%{python3_sitelib}/stuf/six.py %endif %changelog +* Wed Dec 02 2015 Ralph Bean - 0.9.16-5 +- Fix python2-setuptools dep on F22 and older. + * Wed Dec 02 2015 Ralph Bean - 0.9.16-4 - Specbump (to test a local dev tool).