mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: python-pydot: Build with old pyparsing.
* gnu/packages/graphviz.scm (python-pydot)[propagated-inputs]: Change from PYTHON-PYPARSING to PYTHON-PYPARSING-2.4.7.
This commit is contained in:
parent
02ffe4a4a9
commit
81b7bf40b2
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
|
||||
;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
|
||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;; Copyright © 2020 Pjotr Prins <pjotr.guix@thebird.nl>
|
||||
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
|
||||
|
@ -395,7 +395,9 @@ (define-public python-pydot
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue