diff --git a/python-hypothesis.changes b/python-hypothesis.changes index e1c89ff..ecffd9a 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 17:36:35 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Fri Feb 23 20:19:52 UTC 2018 - tbechtold@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 112cd8b..e227f20 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -47,12 +47,14 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-coverage +%if 0%{?suse_version} >= 1000 Recommends: python-Django >= 1.8 Recommends: python-Faker >= 0.7.0 Recommends: python-numpy >= 1.9.0 Recommends: python-pandas Recommends: python-pytest >= 2.8.0 Recommends: python-pytz +%endif BuildArch: noarch %if %{with python2} BuildRequires: python-enum34