From a9daee44459bd02961bc6cb790489cdf5272ca5a0d15356eb0b6091e5eb0aeca Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:05:19 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoint2?expand=0&rev=9 --- python-entrypoint2.changes | 5 +++++ python-entrypoint2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-entrypoint2.changes b/python-entrypoint2.changes index 7cf7d07..234810e 100644 --- a/python-entrypoint2.changes +++ b/python-entrypoint2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:05:18 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Sun Jan 13 14:56:45 UTC 2013 - p.drouand@gmail.com diff --git a/python-entrypoint2.spec b/python-entrypoint2.spec index 48cf42d..78e9638 100644 --- a/python-entrypoint2.spec +++ b/python-entrypoint2.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/e/entrypoint2/entrypoint2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools Requires: python-argparse Requires: python-decorator %if 0%{?suse_version} && 0%{?suse_version} <= 1110