From bc775f46a27b86e16f3757eec90fba130baa5d83f6cf3b6210a09a471684e2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Apr 2020 11:55:49 +0000 Subject: [PATCH] - 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 --- python-Genshi.changes | 5 +++++ python-Genshi.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Genshi.changes b/python-Genshi.changes index a70c129..02e3aba 100644 --- a/python-Genshi.changes +++ b/python-Genshi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 8 11:55:37 UTC 2020 - Tomáš Chvátal + +- Do not pull in python2 packages when installing docs + ------------------------------------------------------------------- Tue Jun 18 08:43:11 UTC 2019 - Tomáš Chvátal diff --git a/python-Genshi.spec b/python-Genshi.spec index 15f3cb4..60d4cac 100644 --- a/python-Genshi.spec +++ b/python-Genshi.spec @@ -1,7 +1,7 @@ # # 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 # 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 Summary: A toolkit for generation of output for the web - Documentation Group: Development/Libraries/Python -Requires: %{name} = %{version} Provides: %{python_module Genshi-doc = %{version}} BuildArch: noarch