guix-commits
[Top][All Lists]
Advanced

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

88/103: gnu: python-consul: Correct inputs.


From: Hartmut Goebel
Subject: 88/103: gnu: python-consul: Correct inputs.
Date: Tue, 25 Oct 2016 18:00:43 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit df09a7659c295d427623ed3e796d33167d99ec79
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:48:02 2016 +0200

    gnu: python-consul: Correct inputs.
    
    * gnu/packages/python.scm(python-consul)[native-inuts] move python-requests
      and python-six to [propagated-inputs].
---
 gnu/packages/python.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d5d800f..bb5a6c4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9979,8 +9979,9 @@ interface for programs.")
           "0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-pytest" ,python-pytest)
-       ("python-requests" ,python-requests)
+     `(("python-pytest" ,python-pytest)))
+    (propagated-inputs
+     `(("python-requests" ,python-requests)
        ("python-six" ,python-six)))
     (home-page "https://github.com/cablehead/python-consul";)
     (synopsis "Python client for Consul")



reply via email to

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