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

commit 87974219f6d78b4acbba6c6abaf335bfc106eb6c
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Mon Oct 17 00:48:02 2016 +0200

    python-consul correct inputs
    
    requests, six -> propagated
---
 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 46051f2..de1ca3e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9921,8 +9921,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