Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: vdsm.spec: Add BuildRequires to python-argparse
......................................................................

vdsm.spec: Add BuildRequires to python-argparse

EL6 build is failing because configure.ac says argparse is fatal error
in case we don't have it in build system. This patch includes python-argparse as
BuildRequires. On the other hand, >= F19 contains python-2.7 which has
python-argparse integrated into the stdlib and don't generate such error.

Change-Id: Ie3dc596f13e934760906f43a0f16ca6c06086878
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/10/23510/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 7912635..920c57f 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -76,6 +76,7 @@
 BuildRequires: python-dmidecode
 %endif
 %if 0%{?rhel} == 6
+BuildRequires: python-argparse
 BuildRequires: python-ordereddict
 %endif
 BuildRequires: python-ethtool


-- 
To view, visit http://gerrit.ovirt.org/23510
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3dc596f13e934760906f43a0f16ca6c06086878
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.4
Gerrit-Owner: Douglas Schilling Landgraf <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to