14
0
forked from pool/python-bandit

- drop oslosphinx dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bandit?expand=0&rev=12
This commit is contained in:
2020-06-04 16:16:08 +00:00
committed by Git OBS Bridge
parent c8b47021fb
commit eb31250c0a
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 4 16:15:56 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- drop oslosphinx dependency
-------------------------------------------------------------------
Thu Nov 14 15:05:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bandit
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,6 @@ BuildRequires: python-rpm-macros
# doc requirements
%if %{with builddocs}
BuildRequires: %{python_module Sphinx >= 1.2.1}
BuildRequires: %{python_module oslosphinx >= 4.7.0}
BuildRequires: %{python_module oslotest >= 3.2.0}
BuildRequires: %{python_module reno >= 1.8.0}
%endif