gnu: git-annex-remote-hubic: Change to python2.

* gnu/packages/version-control.scm (git-annex-remote-hubic)
[arguments]: Build with python2.
This commit is contained in:
Efraim Flashner 2016-02-06 23:12:37 +02:00
parent f9ab1da0fa
commit f71d1a08a1

View file

@ -1109,15 +1109,16 @@ (define-public git-annex-remote-hubic
(base32 (base32
"196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r")))) "196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:python ,python-2))
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools) `(("python2-setuptools" ,python2-setuptools)
;; for the tests ;; for the tests
("python-six" ,python-six))) ("python2-six" ,python2-six)))
(propagated-inputs (propagated-inputs
`(("python-dateutil" ,python-dateutil-2) `(("python2-dateutil" ,python2-dateutil-2)
("python-futures" ,python-futures) ("python2-futures" ,python2-futures)
("python-rauth" ,python-rauth) ("python2-rauth" ,python2-rauth)
("python-swiftclient" ,python-swiftclient))) ("python2-swiftclient" ,python2-swiftclient)))
(home-page "https://github.com/Schnouki/git-annex-remote-hubic/") (home-page "https://github.com/Schnouki/git-annex-remote-hubic/")
(synopsis "Use hubic as a git-annex remote") (synopsis "Use hubic as a git-annex remote")
(description (description