- Do not pull in python2 packages when installing docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal 2020-04-08 11:55:49 +00:00 committed by Git OBS Bridge
parent dd8f4150e0
commit bc775f46a2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 8 11:55:37 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not pull in python2 packages when installing docs
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 18 08:43:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Tue Jun 18 08:43:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Genshi # spec file for package python-Genshi
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -50,7 +50,6 @@ feature is a template language, which is heavily inspired by Kid.
%package -n %{name}-doc %package -n %{name}-doc
Summary: A toolkit for generation of output for the web - Documentation Summary: A toolkit for generation of output for the web - Documentation
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{name} = %{version}
Provides: %{python_module Genshi-doc = %{version}} Provides: %{python_module Genshi-doc = %{version}}
BuildArch: noarch BuildArch: noarch