guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: git-annex-remote-hubic: Fix python-dateutil dependency.


From: Marius Bakke
Subject: 01/01: gnu: git-annex-remote-hubic: Fix python-dateutil dependency.
Date: Sat, 17 Dec 2016 23:46:32 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 7b6ff42aa3cf9398213d3c1f0e5f87c45a9730df
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 18 00:44:09 2016 +0100

    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.
---
 gnu/packages/version-control.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7918b90..cc95828 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]