gnu: python-arrow: Move python-pytz to native-inputs.

* gnu/packages/time.scm (python-arrow)[propagated-inputs]: Move
python-pytz to ...
[native-inputs]: ... here since it is only used for testing purposes.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
jgart 2021-10-13 05:30:32 -04:00 committed by Efraim Flashner
parent c650160abb
commit 19d3cfec72
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -435,10 +435,10 @@ timestamps.")
("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov)
("python-pytest-mock" ,python-pytest-mock)
("python-pytz" ,python-pytz)
("python-simplejson" ,python-simplejson)))
(propagated-inputs
`(("python-dateutil" ,python-dateutil)
("python-pytz" ,python-pytz)))
`(("python-dateutil" ,python-dateutil)))
(home-page "https://github.com/arrow-py/arrow")
(synopsis "Dates and times for Python")
(description