From 3b5412d860ae2e628e239a558fe162d142c02113 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 29 2015 05:53:15 +0000 Subject: Provides py2-setuptools --- diff --git a/python-setuptools.spec b/python-setuptools.spec index 2ed4d80..f2e1531 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -27,7 +27,7 @@ Name: python-setuptools Version: 18.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -65,6 +65,10 @@ BuildRequires: python3-wheel Provides: python-distribute = %{version}-%{release} Obsoletes: python-distribute < 0.6.36-2 +# Declare that we provide the py2 version of setuptools +Provides: python2-setuptools + + %description Setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that @@ -203,6 +207,9 @@ popd %endif # with_python3 %changelog +* Mon Jun 29 2015 Pierre-Yves Chibon - 18.0.1-2 +- Explicitely provide python2-setuptools + * Thu Jun 25 2015 Kevin Fenzi 18.0.1-1 - Update to 18.0.1