~ruther/guix-local

861f70c9da94e43e9fa175f214751d0aba641b2b — Hartmut Goebel 9 years ago d27f176
gnu: python-configobj: Correct inputs.

* gnu/packages/python.scm(python-configobj)[native-inputs] change to
  [propagated-inputs].
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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