Accepting request 531685 from home:dimstar:Factory

- Add python-attrs and python-coverage requires, matching the info
  of setup.py.

-hypothesis, as is currently in Staging, breaks -datrie

OBS-URL: https://build.opensuse.org/request/show/531685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=16
This commit is contained in:
Todd R 2017-10-05 14:42:47 +00:00 committed by Git OBS Bridge
parent fc3661e848
commit 27842f7d12
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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}