Archived
1
0
Fork 0

gnu: cvs-fast-export: Use non-native Python 3.

* gnu/packages/version-control.scm (cvs-fast-export)[native-inputs]:
Remove python-2.
[inputs]: Add python-wrapper.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-18 18:09:17 +01:00
parent d462bf0e49
commit a894ca327b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1580,12 +1580,14 @@ RCS, PRCS, and Aegis packages.")
#:parallel-build? #f ; parallel a2x commands fail spectacularly #:parallel-build? #f ; parallel a2x commands fail spectacularly
#:make-flags #:make-flags
(list "CC=gcc" (string-append "prefix?=" (assoc-ref %outputs "out"))))) (list "CC=gcc" (string-append "prefix?=" (assoc-ref %outputs "out")))))
(inputs `(("git" ,git))) (inputs
(native-inputs `(("asciidoc" ,asciidoc) `(("git" ,git)
;; These are needed for the tests. ("python" ,python-wrapper)))
("cvs" ,cvs) (native-inputs
("python" ,python-2) `(("asciidoc" ,asciidoc)
("rcs" ,rcs))) ;; These are needed for the tests.
("cvs" ,cvs)
("rcs" ,rcs)))
(home-page "http://www.catb.org/esr/cvs-fast-export/") (home-page "http://www.catb.org/esr/cvs-fast-export/")
(synopsis "Export an RCS or CVS history as a fast-import stream") (synopsis "Export an RCS or CVS history as a fast-import stream")
(description "This program analyzes a collection of RCS files in a CVS (description "This program analyzes a collection of RCS files in a CVS