mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-01 18:05:17 +00:00
gnu: python-monthdelta: Fix tests.
* gnu/packages/python-xyz.scm (python-monthdelta)[arguments] <test-backend>: Use 'unittest. [native-inputs]: Remove python-wheel. Change-Id: I9e23db42377deef7c6cc321217bbb130861ba890
This commit is contained in:
parent
e5579dc5de
commit
011de0d1f5
1 changed files with 4 additions and 1 deletions
|
@ -20866,6 +20866,7 @@ for the module to work under Python 3.3.")
|
|||
text.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; XXX: Not maintained since 2012.
|
||||
(define-public python-monthdelta
|
||||
(package
|
||||
(name "python-monthdelta")
|
||||
|
@ -20877,7 +20878,9 @@ text.")
|
|||
(sha256
|
||||
(base32 "0iwcsk7ryjw5h1wp10ykwd01f3am8gdlga6461q1v1njsk0rxh41"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(arguments
|
||||
(list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "http://packages.python.org/MonthDelta")
|
||||
(synopsis "Date computations with months")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue