From bbfcfd507b464839b725f6b816653a29754969a31e39d3e29320ae3b5af54d16 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 4 Nov 2024 20:14:41 +0000 Subject: [PATCH] Accepting request 1220424 from home:ecsos:python - Add missing build require pallets_sphinx_themes to fix build error under Leap. OBS-URL: https://build.opensuse.org/request/show/1220424 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=43 --- python-blinker.changes | 6 ++++++ python-blinker.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-blinker.changes b/python-blinker.changes index da47df0..6eaab1b 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 3 15:05:58 UTC 2024 - ecsos + +- Add missing build require pallets_sphinx_themes + to fix build error under Leap. + ------------------------------------------------------------------- Tue Oct 22 11:58:39 UTC 2024 - Dirk Müller diff --git a/python-blinker.spec b/python-blinker.spec index 75eef0b..4bb22ef 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/pallets-eco/blinker/ Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz Patch1: remove-sphinxextensions.patch +BuildRequires: %{python_module Pallets-Sphinx-Themes} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip}