[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: python-matplotlib: Fix import failure
From: |
Ludovic Courtès |
Subject: |
05/07: gnu: python-matplotlib: Fix import failure |
Date: |
Tue, 16 Jan 2018 10:00:30 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 7e06086522484fbb68917c9c777a24abc4ea4da8
Author: Konrad Hinsen <address@hidden>
Date: Mon Jan 15 16:22:29 2018 +0100
gnu: python-matplotlib: Fix import failure
* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add
python-pyqt.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0b582e6..0a7ca2e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3213,6 +3213,7 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*,
CIECAM02, CAM02-UCS, etc.
;; 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 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*,
CIECAM02, CAM02-UCS, etc.
("glib" ,glib)
;; FIXME: Add backends when available.
;("python-wxpython" ,python-wxpython)
- ("python-pyqt" ,python-pyqt)
("tcl" ,tcl)
("tk" ,tk)))
(native-inputs
- branch master updated (889b4af -> 531003b), Ludovic Courtès, 2018/01/16
- 05/07: gnu: python-matplotlib: Fix import failure,
Ludovic Courtès <=
- 04/07: gnu: clojure: Update to 1.9.0., Ludovic Courtès, 2018/01/16
- 07/07: gnu: Add eureka., Ludovic Courtès, 2018/01/16
- 02/07: gnu: fish-guix: Remove it., Ludovic Courtès, 2018/01/16
- 03/07: doc: Fix typo., Ludovic Courtès, 2018/01/16
- 06/07: gnu: freedom: add native search-paths., Ludovic Courtès, 2018/01/16
- 01/07: etc: Add completions for fish., Ludovic Courtès, 2018/01/16