Change-Id: If314b4147805e1849ca87690f903392a82a4ab55
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2665
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: An asynchronous networking framework written in Python |
| 5 | 5 |
Name: python-Twisted |
| 6 | 6 |
Version: 17.1.0 |
| 7 |
-Release: 3%{?dist}
|
|
| 7 |
+Release: 4%{?dist}
|
|
| 8 | 8 |
License: MIT |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -25,6 +25,7 @@ Requires: python2-libs |
| 25 | 25 |
Requires: python-zope.interface |
| 26 | 26 |
Requires: python-netaddr |
| 27 | 27 |
Requires: python-incremental |
| 28 |
+Requires: python-constantly |
|
| 28 | 29 |
|
| 29 | 30 |
BuildArch: x86_64 |
| 30 | 31 |
|
| ... | ... |
@@ -45,6 +46,7 @@ Requires: python3-libs |
| 45 | 45 |
Requires: python3-zope.interface |
| 46 | 46 |
Requires: python3-netaddr |
| 47 | 47 |
Requires: python3-incremental |
| 48 |
+Requires: python3-constantly |
|
| 48 | 49 |
|
| 49 | 50 |
%description -n python3-Twisted |
| 50 | 51 |
Python 3 version. |
| ... | ... |
@@ -80,6 +82,8 @@ tox -e py27-tests |
| 80 | 80 |
%{_bindir}/*
|
| 81 | 81 |
|
| 82 | 82 |
%changelog |
| 83 |
+* Tue May 09 2017 Rongrong Qiu <rqiu@vmware.com> 17.1.0-4 |
|
| 84 |
+- Added python-constantly to the requires. |
|
| 83 | 85 |
* Mon Mar 27 2017 Xiaolin Li <xiaolinl@vmware.com> 17.1.0-3 |
| 84 | 86 |
- Added python-netaddr and python-incremental to the requires. |
| 85 | 87 |
* Thu Mar 23 2017 Xiaolin Li <xiaolinl@vmware.com> 17.1.0-2 |