~ruther/guix-local

4e0969686cf005105b5a2f9718f0a2bdde9a6b4c — Hartmut Goebel 9 years ago fd1d6de
gnu: python-freezegun: Correct input.

* u/packages/python.scm(python-freezegun)[native-inputs] move
  python-dateutils-2 to [propagated-inputs].
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -3
@@ 10879,10 10879,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