From 8fd1f4ab57bce6feb1fb91262ea6c6ce0dbdc38e02e6c89aef9f30fbe59d9c19 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:06:32 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=8 --- python-happybase.changes | 5 +++++ python-happybase.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-happybase.changes b/python-happybase.changes index 6354e84..19a0fc5 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:06:30 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu Jul 11 14:17:38 UTC 2013 - dmueller@suse.com diff --git a/python-happybase.spec b/python-happybase.spec index d888e54..03cb072 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -25,7 +25,7 @@ Group: Development/Languages/Python Url: https://github.com/wbolster/happybase Source: http://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools BuildRequires: python-thrift Requires: python-thrift BuildRoot: %{_tmppath}/%{name}-%{version}-build