From c9aa7b52c4845862501347e18ddf4124a24668c22b08c9768dc6980b1155f001 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Feb 2021 13:43:36 +0000 Subject: [PATCH] - replace oslotest with more correct fixtures dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=19 --- python-sphinx-feature-classification.changes | 5 +++++ python-sphinx-feature-classification.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-sphinx-feature-classification.changes b/python-sphinx-feature-classification.changes index 1921237..db6474c 100644 --- a/python-sphinx-feature-classification.changes +++ b/python-sphinx-feature-classification.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 12 13:43:16 UTC 2021 - Dirk Müller + +- replace oslotest with more correct fixtures dependency + ------------------------------------------------------------------- Fri Sep 18 12:04:25 UTC 2020 - Dirk Mueller diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index 33a5022..3e81f1c 100644 --- a/python-sphinx-feature-classification.spec +++ b/python-sphinx-feature-classification.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-feature-classification # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature- BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module ddt >= 1.0.1} BuildRequires: %{python_module docutils} -BuildRequires: %{python_module oslotest} +BuildRequires: %{python_module fixtures} BuildRequires: %{python_module pbr >= 2.0} BuildRequires: %{python_module pytest} BuildRequires: fdupes