Browse code

add requires python-greenlet and python3-greenlet in python-gevent python3-gevent for Bug 1873152

Change-Id: Ibb7ba49b5d36fbe676678bd4650861e7a01c0aca
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2695
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>

rongrongqiu authored on 2017/05/17 07:21:01
Showing 1 changed files
... ...
@@ -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
+*   Tue May 16 2017 Rongrong Qiu <rqiu@vmware.com> 1.2.1-2
72
+-   Add requires python-greenlet and python3-greenlet
71 73
 *   Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 1.2.1-1
72 74
 -   Initial packaging for Photon