* [PATCH] gnu: python-iso8601: Add python-pytest.
@ 2017-01-12 15:09 Danny Milosavljevic
2017-01-12 18:30 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-01-12 15:09 UTC (permalink / raw)
To: guix-devel
* gnu/packages/python.scm (python-iso8601)[native-inputs}:
Add python-pytest.
---
gnu/packages/python.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4dc284d03..da15e1b11 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6339,6 +6339,8 @@ and MAC network addresses.")
(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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-12 18:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 15:09 [PATCH] gnu: python-iso8601: Add python-pytest Danny Milosavljevic
2017-01-12 18:30 ` Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.