Tomáš Chvátal
2018-04-17 08:09:46 +00:00
committed by Git OBS Bridge
parent 9c82eae464
commit 04d8f21ccd
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 17 08:09:34 UTC 2018 - tchvatal@suse.com
- Enable testsuite
-------------------------------------------------------------------
Tue Apr 17 01:52:51 UTC 2018 - arun@gmx.de

View File

@@ -29,6 +29,8 @@ URL: https://github.com/aio-libs/multidict
Source: https://files.pythonhosted.org/packages/source/m/multidict/multidict-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
%python_subpackages
@@ -51,9 +53,7 @@ export CFLAGS="%{optflags}"
%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c
%check
%if %{with test}
# Tests have import problems
%endif
%python_exec setup.py test
%files %{python_files}
%license LICENSE