[libvirt] [PATCH 15/14] No need to build require both python-devel and python

Mark McLoughlin markmc at redhat.com
Wed Jul 29 07:55:59 UTC 2009


Since python-devel requires python

Pointed out by Itamar Reis Peixoto
---
 libvirt.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 976ef8f..6228d0b 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -82,7 +82,7 @@ Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/
-BuildRequires: python python-devel
+BuildRequires: python-devel
 
 # The client side, i.e. shared libs and virsh are in a subpackage
 Requires: libvirt-client = %{version}-%{release}
-- 
1.6.2.5




More information about the libvir-list mailing list