commit 7dcec9e07ba43aa823ecdd034ec1e6732275190b Author: Dirk Mueller Date: Wed Sep 30 15:35:36 2020 +0200 stackviz: update buildrequires We need the sphinxcontrib.rsvgconverter module now for building the documentation. Also fix formatting. Change-Id: Ic4f8c7b94f9ea7829e1bf65621351021dce2839d diff --git a/openstack/stackviz/stackviz.spec.j2 b/openstack/stackviz/stackviz.spec.j2 index 4b522cb..3b845ef 100644 --- a/openstack/stackviz/stackviz.spec.j2 +++ b/openstack/stackviz/stackviz.spec.j2 @@ -14,19 +14,19 @@ Summary: Visualization utility License: {{ license('Apache-2.0') }} URL: http://git.openstack.org/cgit/openstack/stackviz Source0: {{ source|basename }} -BuildRequires: openstack-macros -BuildRequires: {{ py3('devel') }} -BuildRequires: {{ py3('oslotest') }} -BuildRequires: {{ py3('python-subunit') }} -BuildRequires: {{ py3('stestr') }} -BuildRequires: {{ py3('testrepository') }} -BuildRequires: {{ py3('testtools') }} +BuildRequires: openstack-macros +BuildRequires: {{ py3('devel') }} +BuildRequires: {{ py3('oslotest') }} +BuildRequires: {{ py3('python-subunit') }} +BuildRequires: {{ py3('stestr') }} +BuildRequires: {{ py3('testrepository') }} +BuildRequires: {{ py3('testtools') }} BuildArch: noarch %if 0%{?rdo} -Requires: {{ py3('subunit2sql') }} +Requires: {{ py3('subunit2sql') }} %endif %if 0%{?with_tests} -BuildRequires: {{ py3('docutils') }} +BuildRequires: {{ py3('docutils') }} %endif %description @@ -34,12 +34,12 @@ BuildRequires: {{ py3('docutils') }} %package -n {{ py2name(py_versions='py3') }} Summary: Visualization utility -Requires: {{ py3('python-subunit') }} -Requires: {{ py3('six') }} -Requires: {{ py3('testrepository') }} -Requires: {{ py3('testtools') }} +Requires: {{ py3('python-subunit') }} +Requires: {{ py3('six') }} +Requires: {{ py3('testrepository') }} +Requires: {{ py3('testtools') }} %if 0%{?rdo} -Requires: {{ py3('subunit2sql') }} +Requires: {{ py3('subunit2sql') }} %endif %description -n {{ py2name(py_versions='py3') }} @@ -49,9 +49,10 @@ This package contains the Python 3.x module. %if 0%{?with_doc} %package -n python-stackviz-doc -Summary: Documentation for stackviz -BuildRequires: {{ py3('Sphinx') }} -BuildRequires: {{ py3('openstackdocstheme') }} +Summary: Documentation for stackviz +BuildRequires: {{ py3('Sphinx') }} +BuildRequires: {{ py3('openstackdocstheme') }} +BuildRequires: {{ py3('sphinxcontrib-svg2pdfconverter') }} %description -n python-stackviz-doc It contains the documentation for the stackviz.