diff --git a/python-sphinxcontrib-seqdiag.changes b/python-sphinxcontrib-seqdiag.changes index b47a1f9..cb6e45c 100644 --- a/python-sphinxcontrib-seqdiag.changes +++ b/python-sphinxcontrib-seqdiag.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 21:06:58 UTC 2018 - Matej Cepl + +- Remove wrong BR on python-sphinxcontrib + ------------------------------------------------------------------- Tue Dec 4 12:54:46 UTC 2018 - Matej Cepl diff --git a/python-sphinxcontrib-seqdiag.spec b/python-sphinxcontrib-seqdiag.spec index 40e3285..4674f2a 100644 --- a/python-sphinxcontrib-seqdiag.spec +++ b/python-sphinxcontrib-seqdiag.spec @@ -26,8 +26,8 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: http://github.com/blockdiag/sphinxcontrib-seqdiag Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-%{version}.tar.gz +BuildRequires: %{python_module Sphinx >= 0.6} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-rpm-macros @@ -35,10 +35,8 @@ BuildRequires: python-setuptools Requires: python-Sphinx >= 0.6 Requires: python-blockdiag >= 1.5.0 Requires: python-seqdiag >= 0.9.3 -Requires: python-sphinxcontrib BuildArch: noarch %if %{with test} -BuildRequires: %{python_module Sphinx >= 0.6} BuildRequires: %{python_module blockdiag >= 1.5.0} BuildRequires: %{python_module seqdiag >= 0.9.3} %endif