From 65866b02ec24083f0206922b08dee3b26382a1be Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Thu, 1 May 2014 12:18:50 +0530 Subject: spec: fix dependencies issues in spec file Adding BuildRequires for the required packages. Change-Id: I69a25f9fd6ec70d7bce778daedb8a1ac3131f454 Signed-off-by: Kanagaraj M Reviewed-on: http://review.gluster.org/7629 Reviewed-by: Sahina Bose --- gluster-nagios-common.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gluster-nagios-common.spec.in b/gluster-nagios-common.spec.in index 290471a..56cd973 100644 --- a/gluster-nagios-common.spec.in +++ b/gluster-nagios-common.spec.in @@ -26,6 +26,10 @@ BuildRequires: pyflakes BuildRequires: python-pep8 BuildRequires: python-nose BuildRequires: python-devel +BuildRequires: python-cpopen +BuildRequires: python-ethtool +BuildRequires: python-mock +BuildRequires: python-pthreading Requires: python-argparse Requires: python-cpopen Requires: python-pthreading -- cgit