]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
No need to build require both python-devel and python
authorMark McLoughlin <markmc@redhat.com>
Wed, 29 Jul 2009 07:52:36 +0000 (08:52 +0100)
committerMark McLoughlin <markmc@redhat.com>
Wed, 29 Jul 2009 07:59:44 +0000 (08:59 +0100)
Since python-devel requires python

Pointed out by Itamar Reis Peixoto

libvirt.spec.in

index 976ef8fecbdf7dc4ff471b84113572e7f78c4b51..6228d0b26d733ddb207edf609860cdde421ca797 100644 (file)
@@ -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}