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

commit 824b4fd2addcfbeeab4e05850ed4efe6794ff12d
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
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