mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-matplotlib: Fix import failure
* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add python-pyqt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1d47ea86ff
commit
7e06086522
1 changed files with 1 additions and 1 deletions
|
@ -3213,6 +3213,7 @@ (define-public python-matplotlib
|
|||
;; object. For this reason we need to import both libraries.
|
||||
;; https://pythonhosted.org/cairocffi/cffi_api.html#converting-pycairo
|
||||
("python-pycairo" ,python-pycairo)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("python-cairocffi" ,python-cairocffi)))
|
||||
(inputs
|
||||
`(("libpng" ,libpng)
|
||||
|
@ -3222,7 +3223,6 @@ (define-public python-matplotlib
|
|||
("glib" ,glib)
|
||||
;; FIXME: Add backends when available.
|
||||
;("python-wxpython" ,python-wxpython)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("tcl" ,tcl)
|
||||
("tk" ,tk)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue