From e4a63b34c92b31b97be4772344ae05e680780fe542a25177921aa139a26f89d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 25 Feb 2020 08:22:22 +0000 Subject: [PATCH] - We need the full graphviz-gd as otherwise it acts really weirdly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=21 --- python-pydot.changes | 5 +++++ python-pydot.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-pydot.changes b/python-pydot.changes index 72c7ff7..8a5cb57 100644 --- a/python-pydot.changes +++ b/python-pydot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 25 08:02:25 UTC 2020 - Tomáš Chvátal + +- We need the full graphviz-gd as otherwise it acts really weirdly + ------------------------------------------------------------------- Thu Apr 4 12:58:15 UTC 2019 - Tomáš Chvátal diff --git a/python-pydot.spec b/python-pydot.spec index 4f9cf7a..4a1cf30 100644 --- a/python-pydot.spec +++ b/python-pydot.spec @@ -1,7 +1,7 @@ # # spec file for package python-pydot # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,6 @@ Version: 1.4.1 Release: 0 Summary: Module to create (dot) graphs from Python License: MIT -Group: Development/Libraries/Python URL: https://github.com/erocarrera/pydot Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz # https://github.com/pydot/pydot/issues/204 @@ -36,8 +35,10 @@ BuildRequires: graphviz BuildRequires: graphviz-gd BuildRequires: python-rpm-macros Requires: graphviz +Requires: graphviz-gd Requires: python-pyparsing >= 2.1.4 -Recommends: graphviz-gd +# we need at least some fonts +Requires: dejavu-fonts BuildArch: noarch %python_subpackages