- 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
This commit is contained in:
Tomáš Chvátal 2020-04-08 12:04:38 +00:00 committed by Git OBS Bridge
parent 7e74ed5f2b
commit 1524be5508
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 8 12:04:22 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Drop require on doc package to pull python2 package
-------------------------------------------------------------------
Sun Dec 8 16:56:51 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>

View File

@ -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