From a02c6fda2c3b2a3a0d9722a30d0880efaa1cf33b1ab1e8ee2da1869678c36ef8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 10:58:55 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=11 --- python-argh.changes | 5 +++++ python-argh.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-argh.changes b/python-argh.changes index 5e25275..96bfa49 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 10:58:54 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Wed Sep 25 17:18:00 UTC 2013 - p.drouand@gmail.com diff --git a/python-argh.spec b/python-argh.spec index 46c0a2a..8506eba 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/a/argh/argh-%{version}.ta BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-argparse >= 1.1 BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Requires: python-argparse >= 1.1 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}