emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30135: closed ([PATCH] gnu: python-matplotlib: Fix


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30135: closed ([PATCH] gnu: python-matplotlib: Fix import failure)
Date: Tue, 16 Jan 2018 14:46:04 +0000

Your message dated Tue, 16 Jan 2018 15:45:44 +0100
with message-id <address@hidden>
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
address@hidden)


-- 
30135: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30135
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30135] [PATCH] gnu: python-matplotlib: Fix import failure Date: Tue, 16 Jan 2018 15:45:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Konrad Hinsen <address@hidden> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]