summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2016-12-14 12:47:22 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-12-14 12:47:22 +0100
commit63b02364aa259e58169b0c4af7e860f7b1ceebd2 (patch)
tree364e75fce93c32c964fa990e6d4dda8230b19d12 /gnu
parent55ab64516bf8bcb27833479fb3c0df2a7ed06d6b (diff)
gnu: python-iso8601: Fix test dependencies.
* gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]: Add python-pytest.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6c58403dd6..9b7d5d99a0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6155,6 +6155,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