Skip to content
Snippets Groups Projects
Unverified Commit c8780a10 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: python-reno: Use INVOKE.

* gnu/packages/openstack.scm (python-reno)[arguments]: Use INVOKE.
[native-inputs]: Replace "git" with "git-minimal".
parent 4ad7d037
No related branches found
No related tags found
No related merge requests found
...@@ -582,7 +582,7 @@ (define-public python-reno ...@@ -582,7 +582,7 @@ (define-public python-reno
(add-before 'check 'init-git (add-before 'check 'init-git
(lambda _ (lambda _
;; reno expects a git repo ;; reno expects a git repo
(zero? (system* "git" "init"))))))) (invoke "git" "init"))))))
(propagated-inputs (propagated-inputs
`(("python-dulwich" ,python-dulwich) `(("python-dulwich" ,python-dulwich)
("python-pbr" ,python-pbr) ("python-pbr" ,python-pbr)
...@@ -596,7 +596,7 @@ (define-public python-reno ...@@ -596,7 +596,7 @@ (define-public python-reno
("python-docutils" ,python-docutils) ("python-docutils" ,python-docutils)
("python-sphinx" ,python-sphinx) ("python-sphinx" ,python-sphinx)
("gnupg" ,gnupg) ("gnupg" ,gnupg)
("git" ,git))) ("git" ,git-minimal)))
(home-page "http://docs.openstack.org/developer/reno/") (home-page "http://docs.openstack.org/developer/reno/")
(synopsis "Release notes manager") (synopsis "Release notes manager")
(description "Reno is a tool for storing release notes in a git repository (description "Reno is a tool for storing release notes in a git repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment