mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4ad6679e79
commit
7343ab138c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue