guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: python-reno: Use INVOKE.


From: guix-commits
Subject: 01/09: gnu: python-reno: Use INVOKE.
Date: Fri, 25 Jan 2019 09:18:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c8780a103835b1bae690a918249c0e2d75f30f17
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 14:08:56 2019 +0100

    gnu: python-reno: Use INVOKE.
    
    * gnu/packages/openstack.scm (python-reno)[arguments]: Use INVOKE.
    [native-inputs]: Replace "git" with "git-minimal".
---
 gnu/packages/openstack.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index c30b15e..fa99ffb 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -582,7 +582,7 @@ in transmittable and storable formats, such as JSON and 
MessagePack.")
          (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 @@ in transmittable and storable formats, such as JSON and 
MessagePack.")
         ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]