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:
parent
c650160abb
commit
19d3cfec72
1 changed files with 2 additions and 2 deletions
|
@ -435,10 +435,10 @@ timestamps.")
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-cov" ,python-pytest-cov)
|
("python-pytest-cov" ,python-pytest-cov)
|
||||||
("python-pytest-mock" ,python-pytest-mock)
|
("python-pytest-mock" ,python-pytest-mock)
|
||||||
|
("python-pytz" ,python-pytz)
|
||||||
("python-simplejson" ,python-simplejson)))
|
("python-simplejson" ,python-simplejson)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-dateutil" ,python-dateutil)
|
`(("python-dateutil" ,python-dateutil)))
|
||||||
("python-pytz" ,python-pytz)))
|
|
||||||
(home-page "https://github.com/arrow-py/arrow")
|
(home-page "https://github.com/arrow-py/arrow")
|
||||||
(synopsis "Dates and times for Python")
|
(synopsis "Dates and times for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue