mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ (define-public git-annex-remote-hubic
|
|||
`(;; 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 a new issue