guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-iso8601: Fix test dependencies.


From: Marius Bakke
Subject: 01/01: gnu: python-iso8601: Fix test dependencies.
Date: Wed, 14 Dec 2016 11:48:28 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 63b02364aa259e58169b0c4af7e860f7b1ceebd2
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 12:47:22 2016 +0100

    gnu: python-iso8601: Fix test dependencies.
    
    * gnu/packages/python.scm (python-iso8601, python2-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 6c58403..9b7d5d9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]