From 23c29203cc814684e8d6781b291711b62a1553f0d9eff34110ad281daece3edb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:13:01 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=16 --- python-pyudev.changes | 5 +++++ python-pyudev.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyudev.changes b/python-pyudev.changes index 02c4e81..633b201 100644 --- a/python-pyudev.changes +++ b/python-pyudev.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:12:59 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Nov 20 11:14:36 UTC 2012 - saschpe@suse.de diff --git a/python-pyudev.spec b/python-pyudev.spec index e9c4330..a864e63 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -27,7 +27,7 @@ Source0: http://pypi.python.org/packages/source/p/pyudev/pyudev-%{version BuildRequires: libudev-devel BuildRequires: python-Sphinx BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Testsuite BuildRequires: BuildRequires: python-mock BuildRequires: python-nose