diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 52b2b19..ef7038d 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 5 12:11:08 UTC 2017 - dimstar@opensuse.org + +- Add python-attrs and python-coverage requires, matching the info + of setup.py. + ------------------------------------------------------------------- Tue Oct 3 01:14:16 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 2101723..a805a8a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -35,12 +35,13 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-enum34 BuildRequires: python-rpm-macros +Requires: python-attrs +Requires: python-coverage Recommends: python-Django >= 1.7 Recommends: python-Faker >= 0.7.0 Recommends: python-numpy >= 1.9.0 Recommends: python-pytest >= 2.7.0 Recommends: python-pytz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if %{with test} BuildRequires: %{python_module Django >= 1.7}