[python3/python3.4] Add setuptools and pip to Requires

Matej Stuchlik mstuchli at fedoraproject.org
Sun May 18 22:50:58 UTC 2014


commit f498010aff91098dbc3b3e7f8eb364f0c9d2b39a
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Mon May 12 09:51:48 2014 +0200

    Add setuptools and pip to Requires

 python3.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 7878923..4069f50 100644
--- a/python3.spec
+++ b/python3.spec
@@ -128,7 +128,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -701,6 +701,11 @@ Provides: python(abi) = %{pybasever}
 
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 
+%if 0%{with_rewheel}
+Requires: python-setuptools
+Requires: python-pip
+%endif
+
 %description
 Python 3 is a new version of the language that is incompatible with the 2.x
 line of releases. The language is mostly the same, but many details, especially
@@ -1804,6 +1809,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Mon May 12 2014 Matej Stuchlik <mstuchli at redhat.com> - 3.4.0-4
+- Add setuptools and pip to Requires
+
 * Tue Apr 29 2014 Matej Stuchlik <mstuchli at redhat.com> - 3.4.0-3
 - Point __os_install_post to correct brp-* files
 


More information about the scm-commits mailing list