htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 133f14cf2abf44f1c7bc80996ad24710933b367a Author: Hartmut Goebel <[email protected]> Date: Mon Oct 17 00:51:32 2016 +0200 gnu: python-freezegun: Correct input. * u/packages/python.scm(python-freezegun)[native-inputs] move python-dateutils-2 to [propagated-inputs]. --- 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 8d60c34..78166e2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10108,10 +10108,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
