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>master
parent
c650160abb
commit
19d3cfec72
|
@ -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
|
||||
|
|
Reference in New Issue