gnu: git-annex-remote-hubic: Fix python-dateutil dependency.
This is a followup to 22d7360b1660faeae42ca382b3dc3f999a56d3ca. * 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…
x
Reference in New Issue
Block a user