guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python2-matplotlib: Remove python-cairocffi.


From: guix-commits
Subject: 01/02: gnu: python2-matplotlib: Remove python-cairocffi.
Date: Fri, 5 Feb 2021 08:45:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6c0430f07a7e01ad695d7648f56e8f08307c1fff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 5 14:38:19 2021 +0100

    gnu: python2-matplotlib: Remove python-cairocffi.
    
    * gnu/packages/python-xyz.scm (python2-matplotlib)[propagated-inputs]: 
Remove
    python-cairocffi, because it cannot be built with Python 2.
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e296e3c..a33aa49 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
 ;;; Copyright © 2015 Omar Radwan <toxemicsquire4@gmail.com>
 ;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus 
<rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2015, 2016, 2020 Christopher Allan Webber 
<cwebber@dustycloud.org>
 ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
 ;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
@@ -5216,7 +5216,10 @@ toolkits.")
          ("python2-subprocess32" ,python2-subprocess32)
          ("python2-tkinter" ,python-2 "tk")
          ,@(fold alist-delete (package-propagated-inputs matplotlib)
-                 '("python-pycairo" "python-pygobject" "python-tkinter")))))))
+                 '("python-cairocffi"
+                   "python-pycairo"
+                   "python-pygobject"
+                   "python-tkinter")))))))
 
 (define-public python-matplotlib-documentation
   (package



reply via email to

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