2023-06-20 00:36:52 +00:00
committed by Git OBS Bridge
parent c9aa7b52c4
commit 8293d363a4
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 20 00:36:30 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on six.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 12 13:43:16 UTC 2021 - Dirk Müller <dmueller@suse.com> Fri Feb 12 13:43:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinx-feature-classification # spec file for package python-sphinx-feature-classification
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 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
@@ -31,6 +31,7 @@ BuildRequires: %{python_module docutils}
BuildRequires: %{python_module fixtures} BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module pbr >= 2.0} BuildRequires: %{python_module pbr >= 2.0}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-docutils >= 0.11 Requires: python-docutils >= 0.11