~ruther/guix-local

13844e0a09f957666a5f7f7202ea4e6cf29bfaf3 — Sharlatan Hellseher 6 months ago b001bcd
gnu: python-tabulate: Add python-wcwidth to propagated inputs.

* gnu/packages/python-xyz.scm (python-tabulate)[propagated-inputs]: Add
python-wcwidth.
[native-inputs]: Remove python-wheel.

Change-Id: Ie1cd4e14265b0b38ebf1f13ad40a1c5db9b38b2b
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -2
@@ 36725,8 36725,9 @@ install @code{python-pandas}.")
    (native-inputs
     (list python-pytest
           python-setuptools-scm
           python-setuptools
           python-wheel))
           python-setuptools))
    (propagated-inputs
     (list python-wcwidth))
    (home-page "https://github.com/astanin/python-tabulate")
    (synopsis "Pretty-print tabular data")
    (description