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