summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/version-control.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5bcf02090a1..70f017956a6 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1109,15 +1109,16 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.")
1109 (base32 1109 (base32
1110 "196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r")))) 1110 "196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r"))))
1111 (build-system python-build-system) 1111 (build-system python-build-system)
1112 (arguments `(#:python ,python-2))
1112 (native-inputs 1113 (native-inputs
1113 `(("python-setuptools" ,python-setuptools) 1114 `(("python2-setuptools" ,python2-setuptools)
1114 ;; for the tests 1115 ;; for the tests
1115 ("python-six" ,python-six))) 1116 ("python2-six" ,python2-six)))
1116 (propagated-inputs 1117 (propagated-inputs
1117 `(("python-dateutil" ,python-dateutil-2) 1118 `(("python2-dateutil" ,python2-dateutil-2)
1118 ("python-futures" ,python-futures) 1119 ("python2-futures" ,python2-futures)
1119 ("python-rauth" ,python-rauth) 1120 ("python2-rauth" ,python2-rauth)
1120 ("python-swiftclient" ,python-swiftclient))) 1121 ("python2-swiftclient" ,python2-swiftclient)))
1121 (home-page "https://github.com/Schnouki/git-annex-remote-hubic/") 1122 (home-page "https://github.com/Schnouki/git-annex-remote-hubic/")
1122 (synopsis "Use hubic as a git-annex remote") 1123 (synopsis "Use hubic as a git-annex remote")
1123 (description 1124 (description