mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +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)
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user