From 8e5be3cf263d79165751e6f405d9f041c8b755ef068cee7e2bee3bd7b9fb0ea6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 22 Jan 2025 01:00:14 +0000 Subject: [PATCH] - Explicitly BuildRequire sphinx_rtd_theme. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=38 --- python-zope.hookable.changes | 5 +++++ python-zope.hookable.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index ed1c08d..055881d 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 00:59:15 UTC 2025 - Steve Kowalik + +- Explicitly BuildRequire sphinx_rtd_theme. + ------------------------------------------------------------------- Mon Oct 28 21:47:49 UTC 2024 - Dirk Müller diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index b548859..adfc216 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.hookable # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -41,6 +41,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION documentation requirements BuildRequires: python3-Sphinx +BuildRequires: python3-sphinx_rtd_theme # /SECTION # SECTION testing requirements %if %{with test} @@ -99,7 +100,7 @@ pushd src %doc CHANGES.rst COPYRIGHT.txt README.rst %dir %{python_sitearch}/zope %{python_sitearch}/zope/hookable -%{python_sitearch}/zope.hookable-%{version}*-info +%{python_sitearch}/zope.hookable-%{version}.dist-info %{python_sitearch}/zope.hookable-%{version}*-nspkg.pth %endif