mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-upsetplot: Add missing inputs.
* gnu/packages/python-science.scm (python-upsetplot)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibddb6f183345af29dfce218145c7c8c83aa9c244
This commit is contained in:
parent
41e192c922
commit
3c31650d18
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015, 2016, 2020, 2021, 2022, 2023, 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2020-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
|
||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
|
@ -2353,7 +2353,8 @@ (define-public python-upsetplot
|
|||
(propagated-inputs
|
||||
(list python-matplotlib python-pandas))
|
||||
(native-inputs
|
||||
(list python-pytest-runner python-pytest-cov))
|
||||
(list python-pytest-runner python-pytest-cov
|
||||
python-setuptools python-wheel))
|
||||
(home-page "https://upsetplot.readthedocs.io")
|
||||
(synopsis "Draw UpSet plots with Pandas and Matplotlib")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue