Accepting request 581961 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/581961 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=17
This commit is contained in:
commit
6c6f138d8a
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 09:58:08 UTC 2018 - chris@computersalat.de
|
||||
|
||||
- fix deps for setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -42,17 +42,19 @@ Patch0: %{name}-build.patch
|
||||
#BuildRequires: %{python_module pandas}
|
||||
#BuildRequires: %{python_module pytest >= 2.8.0}
|
||||
#BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module setuptools >= 36}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user