gnu: python-freezegun: Correct input.

* u/packages/python.scm(python-freezegun)[native-inputs] move
  python-dateutils-2 to [propagated-inputs].
This commit is contained in:
Hartmut Goebel 2016-10-17 00:51:32 +02:00
parent fd1d6de729
commit 4e0969686c
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 3 additions and 3 deletions

View File

@ -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