diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |