Change-Id: I4a161a64bf773c880823939fe8232508166bc9de
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3185
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: rongrong qiu <rqiu@vmware.com>
| ... | ... |
@@ -6,7 +6,7 @@ |
| 6 | 6 |
Summary: Code coverage measurement for Python. |
| 7 | 7 |
Name: python-coverage |
| 8 | 8 |
Version: 4.3.4 |
| 9 |
-Release: 3%{?dist}
|
|
| 9 |
+Release: 4%{?dist}
|
|
| 10 | 10 |
License: Apache 2.0 |
| 11 | 11 |
Group: Development/Languages/Python |
| 12 | 12 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -19,9 +19,9 @@ BuildRequires: python2 |
| 19 | 19 |
BuildRequires: python2-libs |
| 20 | 20 |
BuildRequires: python2-devel |
| 21 | 21 |
BuildRequires: python-setuptools |
| 22 |
- |
|
| 23 | 22 |
Requires: python2 |
| 24 | 23 |
Requires: python2-libs |
| 24 |
+Requires: python-xml |
|
| 25 | 25 |
|
| 26 | 26 |
%description |
| 27 | 27 |
Code coverage measurement for Python. |
| ... | ... |
@@ -35,6 +35,7 @@ BuildRequires: python3-setuptools |
| 35 | 35 |
BuildRequires: python3-xml |
| 36 | 36 |
Requires: python3 |
| 37 | 37 |
Requires: python3-libs |
| 38 |
+Requires: python3-xml |
|
| 38 | 39 |
|
| 39 | 40 |
%description -n python3-coverage |
| 40 | 41 |
Python 3 version. |
| ... | ... |
@@ -76,6 +77,8 @@ popd |
| 76 | 76 |
%{_bindir}/coverage-%{python3_version}
|
| 77 | 77 |
|
| 78 | 78 |
%changelog |
| 79 |
+* Fri Jul 07 2017 Chang Lee <changlee@vmware.com> 4.3.4-4 |
|
| 80 |
+- Add python-xml and pyhton3-xml to Requires. |
|
| 79 | 81 |
* Wed Jun 07 2017 Xiaolin Li <xiaolinl@vmware.com> 4.3.4-3 |
| 80 | 82 |
- Add python3-setuptools and python3-xml to python3 sub package Buildrequires. |
| 81 | 83 |
* Thu Jun 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 4.3.4-2 |