forked from pool/python-hypothesis
- Add sqlite3 python module as it is needed for tests too
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=41
This commit is contained in:
parent
b39ac3767c
commit
130da9dc8d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 12:05:33 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Add sqlite3 python module as it is needed for tests too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org
|
||||
|
||||
|
@ -42,6 +42,7 @@ BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module sqlite3}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-enum34
|
||||
BuildRequires: python-ipaddress
|
||||
@ -51,8 +52,8 @@ Requires: python-coverage
|
||||
Recommends: python-Django >= 1.8
|
||||
Recommends: python-Faker >= 0.7.0
|
||||
Recommends: python-numpy >= 1.9.0
|
||||
Recommends: python-pytest >= 2.8.0
|
||||
Recommends: python-pandas
|
||||
Recommends: python-pytest >= 2.8.0
|
||||
Recommends: python-pytz
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
@ -85,7 +86,7 @@ rm -rf tests/py3 tests/py2 tests/django
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Loading…
Reference in New Issue
Block a user