1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 04:01:33 +02:00

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
+3 -3
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