~ruther/guix-local

7343ab138cefaa33d7fe829f5b08b2208f990e67 — Ricardo Wurmus 1 year, 1 month ago 4ad6679
gnu: python-monthdelta: Add missing inputs.

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

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

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -0
@@ 19964,6 19964,7 @@ text.")
       (sha256
        (base32 "0iwcsk7ryjw5h1wp10ykwd01f3am8gdlga6461q1v1njsk0rxh41"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-setuptools python-wheel))
    (home-page "http://packages.python.org/MonthDelta")
    (synopsis "Date computations with months")
    (description