diff --git a/python-hypothesis.changes b/python-hypothesis.changes index c76ce96..8a00919 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -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 diff --git a/python-hypothesis.spec b/python-hypothesis.spec index fcd317c..4dff6aa 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -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