guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: git-annex-remote-hubic: Change to python2.


From: Efraim Flashner
Subject: 01/02: gnu: git-annex-remote-hubic: Change to python2.
Date: Tue, 05 Apr 2016 12:03:01 +0000

efraim pushed a commit to branch master
in repository guix.

commit f71d1a08a1eade5dcc1df79d1b66a9524b113253
Author: Efraim Flashner <address@hidden>
Date:   Sat Feb 6 23:12:37 2016 +0200

    gnu: git-annex-remote-hubic: Change to python2.
    
    * gnu/packages/version-control.scm (git-annex-remote-hubic)
    [arguments]: Build with python2.
---
 gnu/packages/version-control.scm |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5bcf020..70f0179 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1109,15 +1109,16 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.")
                (base32
                 "196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r"))))
     (build-system python-build-system)
+    (arguments `(#:python ,python-2))
     (native-inputs
-     `(("python-setuptools" ,python-setuptools)
+     `(("python2-setuptools" ,python2-setuptools)
        ;; for the tests
-       ("python-six" ,python-six)))
+       ("python2-six" ,python2-six)))
     (propagated-inputs
-     `(("python-dateutil" ,python-dateutil-2)
-       ("python-futures" ,python-futures)
-       ("python-rauth" ,python-rauth)
-       ("python-swiftclient" ,python-swiftclient)))
+     `(("python2-dateutil" ,python2-dateutil-2)
+       ("python2-futures" ,python2-futures)
+       ("python2-rauth" ,python2-rauth)
+       ("python2-swiftclient" ,python2-swiftclient)))
     (home-page "https://github.com/Schnouki/git-annex-remote-hubic/";)
     (synopsis "Use hubic as a git-annex remote")
     (description



reply via email to

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