From 1524be55083d643ea38901355b466a3ad31f213eb87dae2d1cdd3d360f397e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Apr 2020 12:04:38 +0000 Subject: [PATCH] - Drop require on doc package to pull python2 package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=31 --- python-bottle.changes | 5 +++++ python-bottle.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-bottle.changes b/python-bottle.changes index b081677..2b9fd6a 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 8 12:04:22 UTC 2020 - Tomáš Chvátal + +- Drop require on doc package to pull python2 package + ------------------------------------------------------------------- Sun Dec 8 16:56:51 UTC 2019 - Benoît Monin diff --git a/python-bottle.spec b/python-bottle.spec index be9e39b..650d451 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,7 +1,7 @@ # # spec file for package python-bottle # -# 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 @@ -22,7 +22,6 @@ Version: 0.12.18 Release: 0 Summary: WSGI framework for small web applications License: MIT -Group: Development/Languages/Python URL: https://bottlepy.org/ Source: https://files.pythonhosted.org/packages/source/b/bottle/bottle-%{version}.tar.gz Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf @@ -41,8 +40,6 @@ no dependencies other than the Python Standard Library. %package -n %{name}-doc Summary: Documentation for %{name} -Group: Documentation/Other -Requires: %{name} = %{version} Provides: %{python_module bottle-doc = %{version}} %description -n %{name}-doc