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_provides_in %{python_sitearch}/zope/interface/.*\.so$
|
||||||
%filter_setup
|
%filter_setup
|
||||||
|
|
||||||
Name: python-netifaces
|
Name: python-netifaces
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python library to retrieve information about network interfaces
|
Summary: Python library to retrieve information about network interfaces
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://alastairs-place.net/netifaces/
|
URL: http://alastairs-place.net/netifaces/
|
||||||
Source0: http://alastairs-place.net/2007/03/netifaces/netifaces-0.5.tar.gz
|
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
|
BuildRequires: python2-devel
|
||||||
Requires: python2
|
BuildRequires: python-setuptools-devel
|
||||||
|
|
||||||
|
Requires: python2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a cross platform API for getting address information
|
This package provides a cross platform API for getting address information
|
||||||
|
Loading…
Reference in New Issue
Block a user