diff options
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r-- | gnu/packages/graphviz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index ab39e49d7d..70b1c8cb97 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Gábor Boskovits <[email protected]> ;;; Copyright © 2018 Mathieu Lirzin <[email protected]> -;;; Copyright © 2020 Marius Bakke <[email protected]> +;;; Copyright © 2020, 2022 Marius Bakke <[email protected]> ;;; Copyright © 2020 Vincent Legoll <[email protected]> ;;; Copyright © 2020 Pjotr Prins <[email protected]> ;;; Copyright © 2021 Bonface Munyoki Kilyungi <[email protected]> @@ -395,7 +395,9 @@ can be used either as a standalone application, or as a Python library.") ;; For tests. (list graphviz python-chardet)) (propagated-inputs - (list python-pyparsing)) + ;; XXX: Two test failures with 3.0+: + ;; https://github.com/pydot/pydot/issues/277 + (list python-pyparsing-2.4.7)) (home-page "https://github.com/pydot/pydot") (synopsis "Python interface to Graphviz's DOT language") (description |