gnu: python-reno: Use INVOKE.

* gnu/packages/openstack.scm (python-reno)[arguments]: Use INVOKE.
[native-inputs]: Replace "git" with "git-minimal".
This commit is contained in:
Ricardo Wurmus 2019-01-25 14:08:56 +01:00
parent 4ad7d037ad
commit c8780a1038
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -582,7 +582,7 @@ (define-public python-reno
(add-before 'check 'init-git
(lambda _
;; reno expects a git repo
(zero? (system* "git" "init")))))))
(invoke "git" "init"))))))
(propagated-inputs
`(("python-dulwich" ,python-dulwich)
("python-pbr" ,python-pbr)
@ -596,7 +596,7 @@ (define-public python-reno
("python-docutils" ,python-docutils)
("python-sphinx" ,python-sphinx)
("gnupg" ,gnupg)
("git" ,git)))
("git" ,git-minimal)))
(home-page "http://docs.openstack.org/developer/reno/")
(synopsis "Release notes manager")
(description "Reno is a tool for storing release notes in a git repository