Adam Litke has uploaded a new change for review.

Change subject: build: Add check for python-dmidecode to configure.ac
......................................................................

build: Add check for python-dmidecode to configure.ac

python-dmidecode is required when building the vdsm rpm but it is not
checked for like other python modules by configure.  Make it consistent.

Change-Id: I902eb87def175b6c185507a82174baf53d651f74
Signed-off-by: Adam Litke <ali...@redhat.com>
---
M configure.ac
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/42/21642/1

diff --git a/configure.ac b/configure.ac
index 4ba4a9e..b0d0d28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,7 @@
 # Checking for python modules (sorted, please keep in order)
 AX_PYTHON_MODULE([argparse], [fatal])
 AX_PYTHON_MODULE([cpopen], [fatal])
+AX_PYTHON_MODULE([dmidecode], [fatal])
 AX_PYTHON_MODULE([ethtool], [fatal])
 AX_PYTHON_MODULE([libvirt], [fatal])
 AX_PYTHON_MODULE([netaddr], [fatal])


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I902eb87def175b6c185507a82174baf53d651f74
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <ali...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to