Browse code

Added python-setuptools to requires of pip.

Change-Id: Icfbd412be9d19e5873b3c8b54de6e6fd3444d993
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2367
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>

xiaolin-vmware authored on 2017/04/12 02:00:22
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Name:           python-pip
2 2
 Version:        9.0.1
3
-Release:        1%{?dist}
3
+Release:        2%{?dist}
4 4
 Url:            https://pypi.python.org/pypi/pip
5 5
 Summary:        The PyPA recommended tool for installing Python packages.
6 6
 License:        MIT
... ...
@@ -15,6 +15,7 @@ BuildRequires:  python-setuptools
15 15
 
16 16
 Requires:       python2
17 17
 Requires:       python2-libs
18
+Requires:       python-setuptools
18 19
 
19 20
 %description
20 21
 The PyPA recommended tool for installing Python packages.
... ...
@@ -39,6 +40,8 @@ easy_install freezegun
39 39
 %{_bindir}/*
40 40
 
41 41
 %changelog
42
+*   Tue Apr 11 2017 Xiaolin Li <xiaolinl@vmware.com> 9.0.1-2
43
+-   Added python-setuptools to requires.
42 44
 *   Thu Mar 30 2017 Sarah Choi <sarahc@vmware.com> 9.0.1-1
43 45
 -   Upgrade version to 9.0.1
44 46
 *   Fri Sep 2 2016 Xiaolin Li <xiaolinl@vmware.com> 8.1.2-1