Accepting request 1093846 from devel:languages:python

- Add missing BuildRequires on six.

OBS-URL: https://build.opensuse.org/request/show/1093846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-feature-classification?expand=0&rev=10
This commit is contained in:
2023-06-20 14:48:48 +00:00
committed by Git OBS Bridge
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