all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30135] [PATCH] gnu: python-matplotlib: Fix import failure
@ 2018-01-15 15:22 Konrad Hinsen
  2018-01-16 14:45 ` bug#30135: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-01-15 15:22 UTC (permalink / raw)
  To: 30135

* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add
  python-pyqt.
---
 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 0b582e6b7..0a7ca2e77 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
-- 
2.14.3 (Apple Git-98)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30135: [PATCH] gnu: python-matplotlib: Fix import failure
  2018-01-15 15:22 [bug#30135] [PATCH] gnu: python-matplotlib: Fix import failure Konrad Hinsen
@ 2018-01-16 14:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-01-16 14:45 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 30135-done

Hello,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add
>   python-pyqt.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-16 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-15 15:22 [bug#30135] [PATCH] gnu: python-matplotlib: Fix import failure Konrad Hinsen
2018-01-16 14:45 ` bug#30135: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.