No need to build require both python-devel and python

Since python-devel requires python

Pointed out by Itamar Reis Peixoto
This commit is contained in:
Mark McLoughlin 2009-07-29 08:52:36 +01:00
parent 09a40ab471
commit adefc3955b

View 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}