15
0

Accepting request 883344 from home:apersaud:branches:devel:languages:python

- added missing cython requirement

OBS-URL: https://build.opensuse.org/request/show/883344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=2
This commit is contained in:
2021-04-07 09:51:02 +00:00
committed by Git OBS Bridge
parent b882143402
commit 082c8afdf2
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud <arun@gmx.de>
- added missing cython requirement
-------------------------------------------------------------------
Mon Apr 5 01:36:20 UTC 2021 - Arun Persaud <arun@gmx.de>

View File

@@ -24,9 +24,10 @@ Summary: Python bindings for wc(s)width
License: MIT
URL: https://github.com/sebastinas/cwcwidth
Source: https://files.pythonhosted.org/packages/source/c/cwcwidth/cwcwidth-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
%description
@@ -43,9 +44,6 @@ export CFLAGS="%{optflags}"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%pyunittest_arch -v
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE