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

commit 785428012d19da3962dbb2dd996662763255b15c
Author: Hartmut Goebel <[email protected]>
Date:   Sun Oct 16 23:26:16 2016 +0200

    gnu: python-configobj: Correct inputs.
    
    * gnu/packages/python.scm(python-configobj)[native-inputs] change to
      [propagated-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d0adb8a..b699793 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6743,7 +6743,7 @@ addon modules.")
               ;; required to parse the keyword 'install_requires' in setup.py.
               (patches (search-patches "python-configobj-setuptools.patch"))))
     (build-system python-build-system)
-    (native-inputs
+    (propagated-inputs
      `(("python-six" ,python-six)))
     (synopsis "Config file reading, writing and validation")
     (description "ConfigObj is a simple but powerful config file reader and

Reply via email to