guix-commits
[Top][All Lists]
Advanced

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

92/97: python-freezegun: Correct input.


From: Hartmut Goebel
Subject: 92/97: python-freezegun: Correct input.
Date: Tue, 18 Oct 2016 20:13:23 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 824b4fd2addcfbeeab4e05850ed4efe6794ff12d
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:51:32 2016 +0200

    python-freezegun: Correct input.
    
    dateutils -> propagated
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8f8b737..724508c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10088,10 +10088,10 @@ List.  Forked from and using the same API as the 
publicsuffix package.")
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-nose" ,python-nose)
-       ("python-coverage" ,python-coverage)
-       ("python-dateutil-2" ,python-dateutil-2)))
+       ("python-coverage" ,python-coverage)))
     (propagated-inputs
-     `(("python-six" ,python-six)))
+     `(("python-six" ,python-six)
+       ("python-dateutil-2" ,python-dateutil-2)))
     (arguments
      `(#:phases (modify-phases %standard-phases
         ;; The tests are normally executed via `make test`, but the PyPi



reply via email to

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