31 lines
997 B
Diff
31 lines
997 B
Diff
From bed07103fc279eefd3f879f7f47e7d3b3c2cd8a9 Mon Sep 17 00:00:00 2001
|
|
From: Douglas Schilling Landgraf <dougsland@redhat.com>
|
|
Date: Tue, 15 Jan 2013 14:16:01 -0500
|
|
Subject: [PATCH 09/22] vdsm.spec: BuildRequires: python-pthreading
|
|
|
|
Moving python-pthreading to be a generic BuildRequirement
|
|
|
|
Change-Id: If996c366cac42e149193651d2d8a6dbde6d8c81e
|
|
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=891542
|
|
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
|
|
Reviewed-on: http://gerrit.ovirt.org/11058
|
|
Reviewed-by: Dan Kenigsberg <danken@redhat.com>
|
|
---
|
|
vdsm.spec.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/vdsm.spec.in b/vdsm.spec.in
|
|
index b518045..14381e5 100644
|
|
--- a/vdsm.spec.in
|
|
+++ b/vdsm.spec.in
|
|
@@ -39,6 +39,7 @@ BuildRequires: python-nose
|
|
|
|
# BuildRequires needed by the tests during the build
|
|
BuildRequires: python-ethtool
|
|
+BuildRequires: python-pthreading
|
|
BuildRequires: libselinux-python
|
|
BuildRequires: libvirt-python
|
|
BuildRequires: genisoimage
|
|
--
|
|
1.8.1
|
|
|