- Drop the cython dependencies and mark package as noach:

* Upstream dropped the cython code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2019-03-04 08:57:58 +00:00 committed by Git OBS Bridge
parent 8993c249c5
commit 2da178cdd5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 08:56:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop the cython dependencies and mark package as noach:
* Upstream dropped the cython code
-------------------------------------------------------------------
Sat Mar 2 04:51:06 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -25,12 +25,11 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/lepture/mistune
Source0: https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description