From d8eab914f43a00dcc4fc250b0d97c061b2015bea200f892b1c00868b0c295ac8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:09:11 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=11 --- python-netifaces.changes | 5 +++++ python-netifaces.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-netifaces.changes b/python-netifaces.changes index 6ac2579..1f3e587 100644 --- a/python-netifaces.changes +++ b/python-netifaces.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:09:09 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Mon Jun 25 15:17:42 UTC 2012 - saschpe@suse.de diff --git a/python-netifaces.spec b/python-netifaces.spec index d6f8ee4..d3e352d 100644 --- a/python-netifaces.spec +++ b/python-netifaces.spec @@ -1,7 +1,7 @@ # # spec file for package python-netifaces # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Novell # # All modifications and additions to the file contributed by third parties @@ -26,7 +26,7 @@ Group: Development/Languages/Python Url: http://alastairs-place.net/netifaces/ Source: http://alastairs-place.net/projects/netifaces/netifaces-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Provides: netifaces BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110