GNU bug report logs - #30135
[PATCH] gnu: python-matplotlib: Fix import failure

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Tue, 16 Jan 2018 09:36:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#30135: closed ([PATCH] gnu: python-matplotlib: Fix import
 failure)
Date: Tue, 16 Jan 2018 14:46:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 16 Jan 2018 15:45:44 +0100
with message-id <87mv1d50br.fsf <at> gnu.org>
and subject line Re: [bug#30135] [PATCH] gnu: python-matplotlib: Fix import failure
has caused the debbugs.gnu.org bug report #30135,
regarding [PATCH] gnu: python-matplotlib: Fix import failure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
30135: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30135
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-matplotlib: Fix import failure
Date: Mon, 15 Jan 2018 16:22:29 +0100
* 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)



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 30135-done <at> debbugs.gnu.org
Subject: Re: [bug#30135] [PATCH] gnu: python-matplotlib: Fix import failure
Date: Tue, 16 Jan 2018 15:45:44 +0100
Hello,

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

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

Applied, thanks!

Ludo’.


This bug report was last modified 7 years and 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.