From 484cfe345b5d14b5386aa1a5796262b3133ab217ca6c0b53789b9537e9871259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Jun 2020 11:02:46 +0000 Subject: [PATCH] Accepting request 811079 from home:pgajdos:python - remove unused unittest2 dependency OBS-URL: https://build.opensuse.org/request/show/811079 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web_cache?expand=0&rev=9 --- python-web_cache.changes | 5 +++++ python-web_cache.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-web_cache.changes b/python-web_cache.changes index 3c5da40..7b72a84 100644 --- a/python-web_cache.changes +++ b/python-web_cache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 3 10:19:53 UTC 2020 - pgajdos@suse.com + +- remove unused unittest2 dependency + ------------------------------------------------------------------- Wed Dec 11 08:15:14 UTC 2019 - Tomáš Chvátal diff --git a/python-web_cache.spec b/python-web_cache.spec index 25df0e0..89baef7 100644 --- a/python-web_cache.spec +++ b/python-web_cache.spec @@ -1,7 +1,7 @@ # # spec file for package python-web_cache # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,6 @@ License: LGPL-2.1-only URL: https://github.com/desbma/web_cache Source: https://github.com/desbma/web_cache/archive/%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module unittest2} BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros