From 65cbbc2c235330b46a26f48de4e7a945facedabfdfdd874e32e2c8e8d00aeb08 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 31 Jan 2012 12:28:56 +0000 Subject: [PATCH] Accepting request 102192 from home:elchevive use python-distribute instead of python-setuptools OBS-URL: https://build.opensuse.org/request/show/102192 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=3 --- python-Levenshtein.changes | 5 +++++ python-Levenshtein.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Levenshtein.changes b/python-Levenshtein.changes index b229114..e4938a4 100644 --- a/python-Levenshtein.changes +++ b/python-Levenshtein.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 31 11:43:49 UTC 2012 - elchevive@opensuse.org + +- change from python-setuptools to python-distribute + ------------------------------------------------------------------- Thu Jan 26 17:16:00 UTC 2012 - elchevive@opensuse.org diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec index 4cbec0e..d4333a4 100644 --- a/python-Levenshtein.spec +++ b/python-Levenshtein.spec @@ -18,9 +18,9 @@ Url: http://github.com/miohtama/python-Levenshtein Group: Development/Libraries/Python Source0: python-%{mod_name}-%{version}.tar.bz2 BuildRequires: python-devel -BuildRequires: python-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-distribute Requires: python-base >= %{py_ver} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Levenshtein Python C extension module contains functions for fast @@ -51,6 +51,6 @@ python ./setup.py install \ %defattr(-,root,root) %doc COPYING HISTORY.txt PKG-INFO README.rst MANIFEST NEWS %python_sitearch/%{mod_name}.so -%python_sitearch/python_%{mod_name}-%{version}-py%{py_ver}.egg-info +%python_sitearch/python_%{mod_name}-%{version}-py%{py_ver}.egg-info %changelog