Change in vdsm[master]: spec: require coverage for python3

fromani at redhat.com fromani at redhat.com
Wed Mar 30 07:42:02 UTC 2016


Francesco Romani has uploaded a new change for review.

Change subject: spec: require coverage for python3
......................................................................

spec: require coverage for python3

To unbreak our Centos 7.x CI.

Change-Id: Icefb67564d2e273699df75923b5815bbb20ccf35
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/55441/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index fecbf5d..4b4ced2 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -82,9 +82,11 @@
 BuildRequires: python-blivet
 
 %if 0%{?rhel}
+BuildRequires: python34-coverage
 BuildRequires: python34-nose
 BuildRequires: python34-six
 %else
+BuildRequires: python3-coverage
 BuildRequires: python3-nose
 BuildRequires: python3-six
 %endif


-- 
To view, visit https://gerrit.ovirt.org/55441
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icefb67564d2e273699df75923b5815bbb20ccf35
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list