diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-16 23:26:16 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:46 +0100 |
commit | 861f70c9da94e43e9fa175f214751d0aba641b2b (patch) | |
tree | ede5ff6ccb6edc72d596ee54da92ff27a813dfcf | |
parent | d27f176a7231b63b721f8ac49cdb431fdf095221 (diff) |
gnu: python-configobj: Correct inputs.
* gnu/packages/python.scm(python-configobj)[native-inputs] change to
[propagated-inputs].
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ced74808da..d0862491fb 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 |