~ruther/guix-local

63b02364aa259e58169b0c4af7e860f7b1ceebd2 — Marius Bakke 9 years ago 55ab645
gnu: python-iso8601: Fix test dependencies.

* gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]:
  Add python-pytest.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -0
@@ 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