mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 16:45:58 +02:00
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:
@@ -9332,10 +9332,11 @@ objects, patterned after the Mocha library for Ruby.")
|
|||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-setuptools" ,python-setuptools)
|
||||||
("python-dateutil" ,python-dateutil-2)
|
|
||||||
;; For testing
|
;; For testing
|
||||||
("python-chai" ,python-chai)
|
("python-chai" ,python-chai)
|
||||||
("python-simplejson" ,python-simplejson)))
|
("python-simplejson" ,python-simplejson)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-dateutil" ,python-dateutil-2)))
|
||||||
(home-page "https://github.com/crsmithdev/arrow/")
|
(home-page "https://github.com/crsmithdev/arrow/")
|
||||||
(synopsis "Dates and times for Python")
|
(synopsis "Dates and times for Python")
|
||||||
(description
|
(description
|
||||||
|
|||||||
Reference in New Issue
Block a user