~ruther/guix-local

72e25861ed622f29d645c169aa580ee715b69105 — Ricardo Wurmus 1 year, 5 months ago d3070a1
gnu: python-mizani: Add missing input.

* gnu/packages/python-xyz.scm (python-mizani)[native-inputs]: Add
python-wheel.

Change-Id: I9a1a7a4ee38db7a48e14069efb2b7b97dad32a80
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 5634,7 5634,7 @@ processing tasks.")
     (list python-matplotlib python-numpy python-pandas python-scipy))
    (native-inputs
     (list python-setuptools python-setuptools-scm
           python-pytest python-pytest-cov tzdata))
           python-pytest python-pytest-cov python-wheel tzdata))
    (home-page "https://github.com/has2k1/mizani")
    (synopsis "Create data visualizations in Python")
    (description