guix-commits
[Top][All Lists]
Advanced

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

75/104: gnu: python-configobj: Correct inputs.


From: Hartmut Goebel
Subject: 75/104: gnu: python-configobj: Correct inputs.
Date: Tue, 15 Nov 2016 21:37:06 +0000 (UTC)

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

commit 861f70c9da94e43e9fa175f214751d0aba641b2b
Author: Hartmut Goebel <address@hidden>
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 ced7480..d086249 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7456,7 +7456,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

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