rekado pushed a commit to branch master
in repository guix.
commit 7343ab138cefaa33d7fe829f5b08b2208f990e67
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jan 14 15:31:58 2025 +0100
gnu: python-monthdelta: Add missing inputs.
* gnu/packages/python-xyz.scm (python-monthdelta)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I273ed753c5808098434efa20c70a7c7f0a7d109d
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5384aacc91..0259d60d78 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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