summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2021-02-05 14:38:19 +0100
committerRicardo Wurmus <[email protected]>2021-02-05 14:40:19 +0100
commit6c0430f07a7e01ad695d7648f56e8f08307c1fff (patch)
tree7456024464ee08a91e7062ae4823e221dac48dd6 /gnu/packages
parentc8e3e78f8e7209219eb5ab3f3a9fb91c72dc61a0 (diff)
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e296e3c6e1..a33aa4962f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2014, 2015 Federico Beffa <[email protected]>
;;; Copyright © 2015 Omar Radwan <[email protected]>
;;; Copyright © 2015 Pierre-Antoine Rault <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015, 2016, 2020 Christopher Allan Webber <[email protected]>
;;; Copyright © 2015 Eric Dvorsak <[email protected]>
;;; Copyright © 2015, 2016 David Thompson <[email protected]>
@@ -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