Provides py2-setuptools

This commit is contained in:
Pierre-Yves Chibon 2015-06-29 07:53:15 +02:00
parent ed92a85e91
commit 3b5412d860

View File

@ -27,7 +27,7 @@
Name: python-setuptools Name: python-setuptools
Version: 18.0.1 Version: 18.0.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -65,6 +65,10 @@ BuildRequires: python3-wheel
Provides: python-distribute = %{version}-%{release} Provides: python-distribute = %{version}-%{release}
Obsoletes: python-distribute < 0.6.36-2 Obsoletes: python-distribute < 0.6.36-2
# Declare that we provide the py2 version of setuptools
Provides: python2-setuptools
%description %description
Setuptools is a collection of enhancements to the Python distutils that allow Setuptools is a collection of enhancements to the Python distutils that allow
you to more easily build and distribute Python packages, especially ones that you to more easily build and distribute Python packages, especially ones that
@ -203,6 +207,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Mon Jun 29 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 18.0.1-2
- Explicitely provide python2-setuptools
* Thu Jun 25 2015 Kevin Fenzi <kevin@scrye.com> 18.0.1-1 * Thu Jun 25 2015 Kevin Fenzi <kevin@scrye.com> 18.0.1-1
- Update to 18.0.1 - Update to 18.0.1