diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-14 12:47:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-14 12:47:22 +0100 |
commit | 63b02364aa259e58169b0c4af7e860f7b1ceebd2 (patch) | |
tree | 364e75fce93c32c964fa990e6d4dda8230b19d12 /gnu/packages/python.scm | |
parent | 55ab64516bf8bcb27833479fb3c0df2a7ed06d6b (diff) | |
download | guix-63b02364aa259e58169b0c4af7e860f7b1ceebd2.tar guix-63b02364aa259e58169b0c4af7e860f7b1ceebd2.tar.gz |
gnu: python-iso8601: Fix test dependencies.
* gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]:
Add python-pytest.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
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 |