15
0

- Add minimal needed versions to BuildRequires

Build fails with older python-pytest-mock versions so add the
  needed checks to avoid that

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=12
This commit is contained in:
2019-04-23 11:00:09 +00:00
committed by Git OBS Bridge
parent 68ba234e4c
commit 0c0492f89b
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 23 10:58:51 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Add minimal needed versions to BuildRequires
Build fails with older python-pytest-mock versions so add the
needed checks to avoid that
-------------------------------------------------------------------
Tue Dec 4 12:48:43 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-graphviz
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@ License: MIT
Group: Development/Languages/Python
URL: http://github.com/xflr6/graphviz
Source: https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
BuildRequires: %{python_module mock}
BuildRequires: %{python_module mock >= 2}
BuildRequires: %{python_module pytest >= 3.4}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-mock >= 1.8}
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes