From 9892760663360d2a82dbc3af310c2d0e263bcd4f59455f0d0e9486cb67d451e1 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 24 Oct 2013 11:06:47 +0000 Subject: [PATCH] - Require python-setuptools instead of distribute (upstreams merged) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=22 --- python-icalendar.changes | 5 +++++ python-icalendar.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-icalendar.changes b/python-icalendar.changes index 2a3f23b..687fc1e 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:06:45 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Sat Feb 9 15:46:49 UTC 2013 - p.drouand@gmail.com diff --git a/python-icalendar.spec b/python-icalendar.spec index 1cc79f5..bf37d35 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -23,16 +23,16 @@ Name: python-%{modname} Version: 3.3 Release: 0 Summary: Python parser/generator of iCalendar files package -# please see https://github.com/collective/icalendar/issues/2 for re-licensing discussion License: BSD-2-Clause Group: Development/Languages/Python +# please see https://github.com/collective/icalendar/issues/2 for re-licensing discussion Url: http://icalendar.readthedocs.org Source0: http://pypi.python.org/packages/source/i/%{modname}/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-pytz +BuildRequires: python-setuptools %{py_requires} %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}