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()")}