[python] Add proper rewheel Requires

Matej Stuchlik mstuchli at fedoraproject.org
Thu Mar 5 10:50:46 UTC 2015


commit da90bba09ac9215ba823f3a00b3ed596be6c6b38
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Thu Mar 5 11:48:47 2015 +0100

    Add proper rewheel Requires

 python.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/python.spec b/python.spec
index e814fad..90549fb 100644
--- a/python.spec
+++ b/python.spec
@@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.7.9
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Python
 Group: Development/Languages
 Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@@ -169,6 +169,9 @@ BuildRequires: zlib-devel
 %if 0%{?with_rewheel}
 BuildRequires: python-setuptools
 BuildRequires: python-pip
+
+Requires: python-setuptools
+Requires: python-pip
 %endif
 
 
@@ -2132,6 +2135,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Thu Mar 05 2015 Matej Stuchlik <mstuchli at redhat.com> - 2.7.9-9
+- Add proper rewheel Requires
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 2.7.9-8
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code


More information about the scm-commits mailing list