From 7c3ada800b1beb07d38ca76c58850c8a731f40e3d493f4f7ee06ab89e996c01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 22 Oct 2015 15:16:17 +0000 Subject: [PATCH] Accepting request 340426 from home:Nijel:branches:devel:languages:python - Removed not needed run time dependency on unittest2 OBS-URL: https://build.opensuse.org/request/show/340426 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=35 --- python-icalendar.changes | 5 +++++ python-icalendar.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-icalendar.changes b/python-icalendar.changes index a740b0a..1ddabc8 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 22 14:09:21 UTC 2015 - mcihar@suse.cz + +- Removed not needed run time dependency on unittest2 + ------------------------------------------------------------------- Fri Sep 25 13:27:07 UTC 2015 - michael@stroeder.com diff --git a/python-icalendar.spec b/python-icalendar.spec index c6c384a..34b76a3 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -42,7 +42,6 @@ Requires: python-pytz BuildRequires: python-ordereddict Requires: python-ordereddict BuildRequires: python-unittest2 -Requires: python-unittest2 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else BuildArch: noarch