14
0

- Add patch to build with python 3.7:

* markdown-2.6.11-python37.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2018-08-07 07:52:37 +00:00
committed by Git OBS Bridge
parent e0e5445fe7
commit e3e6d37042
3 changed files with 20 additions and 1 deletions

View File

@@ -24,8 +24,9 @@ Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://packages.python.org/Markdown/
Url: https://python-markdown.github.io/
Source: https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
Patch0: markdown-2.6.11-python37.patch
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
@@ -53,6 +54,7 @@ supported by the [Available Extensions][].
%prep
%setup -q -n Markdown-%{version}
%patch0 -p1
%build
%python_build