gnu: python-arrow: Rearrange inputs.

* gnu/packages/python.scm (python-arrow)[native-inputs]: Move
python-dateutil-2 ...
[propagated-inputs]: to here.
This commit is contained in:
宋文武 2016-06-27 20:38:05 +08:00
parent c8fa3d9b73
commit 36aed73648
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -9332,10 +9332,11 @@ (define-public python-arrow
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)
("python-dateutil" ,python-dateutil-2)
;; For testing
("python-chai" ,python-chai)
("python-simplejson" ,python-simplejson)))
(propagated-inputs
`(("python-dateutil" ,python-dateutil-2)))
(home-page "https://github.com/crsmithdev/arrow/")
(synopsis "Dates and times for Python")
(description