mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01: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:
parent
fd1d6de729
commit
4e0969686c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue