From 03a3073bd3e90b93805562fb422d9c6149c29fb96035ab5495596f4ff4a29181 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:12:19 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=14 --- python-pyquery.changes | 5 +++++ python-pyquery.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyquery.changes b/python-pyquery.changes index 88624de..57dd1d2 100644 --- a/python-pyquery.changes +++ b/python-pyquery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:12:17 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Apr 30 12:34:43 UTC 2013 - dmueller@suse.com diff --git a/python-pyquery.spec b/python-pyquery.spec index 8c9ad2a..ed48fe1 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -25,8 +25,8 @@ Group: Development/Languages/Python Url: http://pypi.python.org/pypi/pyquery Source: http://pypi.python.org/packages/source/p/pyquery/pyquery-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-lxml +BuildRequires: python-setuptools Requires: python-lxml BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110