forked from pool/python-pydot
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
281c736025
commit
e4a63b34c9
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 08:02:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- We need the full graphviz-gd as otherwise it acts really weirdly
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 4 12:58:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Apr 4 12:58:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pydot
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -22,7 +22,6 @@ Version: 1.4.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to create (dot) graphs from Python
|
Summary: Module to create (dot) graphs from Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
|
||||||
URL: https://github.com/erocarrera/pydot
|
URL: https://github.com/erocarrera/pydot
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pydot/pydot-%{version}.tar.gz
|
||||||
# https://github.com/pydot/pydot/issues/204
|
# https://github.com/pydot/pydot/issues/204
|
||||||
@@ -36,8 +35,10 @@ BuildRequires: graphviz
|
|||||||
BuildRequires: graphviz-gd
|
BuildRequires: graphviz-gd
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
|
Requires: graphviz-gd
|
||||||
Requires: python-pyparsing >= 2.1.4
|
Requires: python-pyparsing >= 2.1.4
|
||||||
Recommends: graphviz-gd
|
# we need at least some fonts
|
||||||
|
Requires: dejavu-fonts
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user