OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=3
This commit is contained in:
parent
a4a38f05e5
commit
098c27a93f
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_with test
|
||||||
Name: python-readme_renderer
|
Name: python-readme_renderer
|
||||||
Version: 24.0
|
Version: 24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -34,9 +34,10 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module Pygments}
|
BuildRequires: %{python_module Pygments}
|
||||||
BuildRequires: %{python_module bleach >= 2.1.0}
|
BuildRequires: %{python_module bleach >= 2.1.0}
|
||||||
BuildRequires: %{python_module check-manifest}
|
BuildRequires: %{python_module check-manifest}
|
||||||
|
BuildRequires: %{python_module cmarkgfm}
|
||||||
BuildRequires: %{python_module docutils >= 0.13.1}
|
BuildRequires: %{python_module docutils >= 0.13.1}
|
||||||
BuildRequires: %{python_module flake8}
|
BuildRequires: %{python_module flake8}
|
||||||
BuildRequires: %{python_module pep8-naming}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
%endif
|
%endif
|
||||||
@ -44,6 +45,7 @@ Requires: python-Pygments
|
|||||||
Requires: python-bleach >= 2.1.0
|
Requires: python-bleach >= 2.1.0
|
||||||
Requires: python-docutils >= 0.13.1
|
Requires: python-docutils >= 0.13.1
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Recommends: python-cmarkgfm
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user