Change-Id: Ibdefd2697e7d83be41cc6756d3586c530d7c19c5
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3138
Reviewed-by: Chang Lee <changlee@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -5,7 +5,7 @@ |
| 5 | 5 |
Summary: Coroutine-based network library |
| 6 | 6 |
Name: python-gevent |
| 7 | 7 |
Version: 1.2.1 |
| 8 |
-Release: 1%{?dist}
|
|
| 8 |
+Release: 2%{?dist}
|
|
| 9 | 9 |
License: MIT |
| 10 | 10 |
Group: Development/Languages/Python |
| 11 | 11 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -21,6 +21,7 @@ BuildRequires: python2-devel |
| 21 | 21 |
|
| 22 | 22 |
Requires: python2 |
| 23 | 23 |
Requires: python2-libs |
| 24 |
+Requires: python-greenlet |
|
| 24 | 25 |
|
| 25 | 26 |
%description |
| 26 | 27 |
gevent is a coroutine-based Python networking library. |
| ... | ... |
@@ -39,6 +40,7 @@ BuildRequires: python3-devel |
| 39 | 39 |
BuildRequires: python3-libs |
| 40 | 40 |
Requires: python3 |
| 41 | 41 |
Requires: python3-libs |
| 42 |
+Requires: python3-greenlet |
|
| 42 | 43 |
|
| 43 | 44 |
%description -n python3-gevent |
| 44 | 45 |
Python 3 version. |
| ... | ... |
@@ -68,5 +70,7 @@ python3 setup.py test |
| 68 | 68 |
%{python3_sitelib}/*
|
| 69 | 69 |
|
| 70 | 70 |
%changelog |
| 71 |
+* Fri Jun 30 2017 Rongrong Qiu <rqiu@vmware.com> 1.2.1-2 |
|
| 72 |
+- Add python-greenlet and python3-greenlet as required. |
|
| 71 | 73 |
* Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 1.2.1-1 |
| 72 | 74 |
- Initial packaging for Photon |