mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-iso8601: Fix test dependencies.
* gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]: Add python-pytest.
This commit is contained in:
parent
55ab64516b
commit
63b02364aa
1 changed files with 2 additions and 0 deletions
|
@ -6155,6 +6155,8 @@ (define-public python-iso8601
|
|||
(base32
|
||||
"0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "https://bitbucket.org/micktwomey/pyiso8601")
|
||||
(synopsis "Module to parse ISO 8601 dates")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue