From f3fbfcfa7c826ea281afde46add925d4a67528e407d2ccf9bfc708568794a499 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:08:19 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=13 --- python-MarkupSafe.changes | 5 +++++ python-MarkupSafe.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-MarkupSafe.changes b/python-MarkupSafe.changes index 1eb64f6..e9aebad 100644 --- a/python-MarkupSafe.changes +++ b/python-MarkupSafe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:08:17 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Tue Jun 25 11:56:41 UTC 2013 - dmueller@suse.com diff --git a/python-MarkupSafe.spec b/python-MarkupSafe.spec index 6a7d9e8..19d47de 100644 --- a/python-MarkupSafe.spec +++ b/python-MarkupSafe.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %if 0%{?suse_version} %py_requires %endif