gnu: python-babel: Fix build.

* gnu/packages/python-xyz.scm (python-babel)[source]: Re-indent.
[native-inputs]: Add tzdata-for-tests.
This commit is contained in:
Maxim Cournoyer 2021-01-15 00:12:18 -05:00
parent 5f20a34745
commit bb33b49789
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -695,7 +695,8 @@ (define-public python-babel
(build-system python-build-system)
(native-inputs
`(("python-freezegun" ,python-freezegun)
("python-pytest" ,python-pytest)))
("python-pytest" ,python-pytest)
("tzdata" ,tzdata-for-tests)))
(propagated-inputs
`(("python-pytz" ,python-pytz)))
(arguments