Add buildrequires for setuptools
This commit is contained in:
parent
ceb27d3cec
commit
07f6c0210c
@ -7,19 +7,21 @@
|
||||
%filter_provides_in %{python_sitearch}/zope/interface/.*\.so$
|
||||
%filter_setup
|
||||
|
||||
Name: python-netifaces
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Python library to retrieve information about network interfaces
|
||||
Name: python-netifaces
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Python library to retrieve information about network interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://alastairs-place.net/netifaces/
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://alastairs-place.net/netifaces/
|
||||
Source0: http://alastairs-place.net/2007/03/netifaces/netifaces-0.5.tar.gz
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: python2-devel
|
||||
Requires: python2
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools-devel
|
||||
|
||||
Requires: python2
|
||||
|
||||
%description
|
||||
This package provides a cross platform API for getting address information
|
||||
|
Loading…
Reference in New Issue
Block a user