From 130da9dc8d18858d3dab90c928d80a7e54cc7e7407f45855e6e038e257bf0362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Dec 2017 12:03:40 +0000 Subject: [PATCH] - 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 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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