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:
parent
fd1d6de729
commit
4e0969686c
|
@ -10879,10 +10879,10 @@ List. Forked from and using the same API as the publicsuffix package.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-coverage" ,python-coverage)
|
("python-coverage" ,python-coverage)))
|
||||||
("python-dateutil-2" ,python-dateutil-2)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)))
|
`(("python-six" ,python-six)
|
||||||
|
("python-dateutil-2" ,python-dateutil-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
;; The tests are normally executed via `make test`, but the PyPi
|
;; The tests are normally executed via `make test`, but the PyPi
|
||||||
|
|
Loading…
Reference in New Issue