Change-Id: I930ef4498d728de9685a02491c6b75bf10db8065
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2368
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Divya Thaluru <dthaluru@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Name: python-pip |
| 2 | 2 |
Version: 8.1.2 |
| 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,5 +40,7 @@ easy_install freezegun |
| 39 | 39 |
%{_bindir}/*
|
| 40 | 40 |
|
| 41 | 41 |
%changelog |
| 42 |
+* Tue Apr 11 2017 Xiaolin Li <xiaolinl@vmware.com> 8.1.2-2 |
|
| 43 |
+- Added python-setuptools to requires. |
|
| 42 | 44 |
* Fri Sep 2 2016 Xiaolin Li <xiaolinl@vmware.com> 8.1.2-1 |
| 43 | 45 |
- Initial packaging for Photon |