gnu: python-monthdelta: Add missing inputs.

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

Change-Id: I273ed753c5808098434efa20c70a7c7f0a7d109d
This commit is contained in:
Ricardo Wurmus 2025-01-14 15:31:58 +01:00
parent 4ad6679e79
commit 7343ab138c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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