gnu: git-annex-remote-hubic: Fix python-dateutil dependency.
This is a followup to 22d7360b16
.
* gnu/packages/version-control.scm (git-annex-remote-hubic)[propagated-inputs]:
Change python-dateutil-2 to python-dateutil.
This commit is contained in:
parent
39d0de3375
commit
7b6ff42aa3
|
@ -1172,7 +1172,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.")
|
|||
`(;; for the tests
|
||||
("python2-six" ,python2-six)))
|
||||
(propagated-inputs
|
||||
`(("python2-dateutil" ,python2-dateutil-2)
|
||||
`(("python2-dateutil" ,python2-dateutil)
|
||||
("python2-futures" ,python2-futures)
|
||||
("python2-rauth" ,python2-rauth)
|
||||
("python2-swiftclient" ,python2-swiftclient)))
|
||||
|
|
Loading…
Reference in New Issue