From c482424f9e5b1e6efbc5f0f53038e15c51250860ff1a71f9adbf3f4faf375b0f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:24:07 +0000 Subject: [PATCH] - require setuptools - Initial package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-tabs?expand=0&rev=15 --- python-sphinx-tabs.changes | 7 ++++++- python-sphinx-tabs.spec | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-sphinx-tabs.changes b/python-sphinx-tabs.changes index 72c9ad3..9d83c4e 100644 --- a/python-sphinx-tabs.changes +++ b/python-sphinx-tabs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:24:00 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Thu Dec 21 06:24:22 UTC 2023 - Steve Kowalik @@ -43,4 +48,4 @@ Wed Nov 17 11:03:54 UTC 2021 - Andreas Schneider ------------------------------------------------------------------- Tue Jun 29 09:47:05 UTC 2021 - Ondřej Súkup -- Initial package +- Initial package diff --git a/python-sphinx-tabs.spec b/python-sphinx-tabs.spec index b7e4e0c..197aff3 100644 --- a/python-sphinx-tabs.spec +++ b/python-sphinx-tabs.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-tabs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,6 +42,7 @@ BuildRequires: %{python_module Pygments} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module docutils} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros