From 00a5d8e474d0fc3b843f6f8cb38461610033f9ae9adf58d948c78a8599c3d4ee Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 7 Dec 2018 21:04:25 +0000 Subject: [PATCH] Remove wrong BR on python-sphinxcontrib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-blockdiag?expand=0&rev=5 --- python-sphinxcontrib-blockdiag.changes | 5 +++++ python-sphinxcontrib-blockdiag.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-blockdiag.changes b/python-sphinxcontrib-blockdiag.changes index 33cfba4..46ad8c4 100644 --- a/python-sphinxcontrib-blockdiag.changes +++ b/python-sphinxcontrib-blockdiag.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 21:04:16 UTC 2018 - Matej Cepl + +- Remove wrong BR on python-sphinxcontrib + ------------------------------------------------------------------- Tue Dec 4 12:54:39 UTC 2018 - Matej Cepl diff --git a/python-sphinxcontrib-blockdiag.spec b/python-sphinxcontrib-blockdiag.spec index efd24fa..05c032c 100644 --- a/python-sphinxcontrib-blockdiag.spec +++ b/python-sphinxcontrib-blockdiag.spec @@ -27,17 +27,15 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/blockdiag/sphinxcontrib-blockdiag Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-%{version}.tar.gz +BuildRequires: %{python_module Sphinx >= 0.6} BuildRequires: %{python_module blockdiag >= 1.5.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 0.6 Requires: python-blockdiag >= 1.5.0 -Requires: python-sphinxcontrib BuildArch: noarch %if %{with test} -BuildRequires: %{python_module Sphinx >= 0.6} BuildRequires: %{python_module funcparserlib} BuildRequires: %{python_module sphinx-testing} BuildRequires: python-mock