gnu: python-configobj: Correct inputs.
* gnu/packages/python.scm(python-configobj)[native-inputs] change to [propagated-inputs].
This commit is contained in:
parent
d27f176a72
commit
861f70c9da
|
@ -7456,7 +7456,7 @@ addon modules.")
|
||||||
;; required to parse the keyword 'install_requires' in setup.py.
|
;; required to parse the keyword 'install_requires' in setup.py.
|
||||||
(patches (search-patches "python-configobj-setuptools.patch"))))
|
(patches (search-patches "python-configobj-setuptools.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)))
|
`(("python-six" ,python-six)))
|
||||||
(synopsis "Config file reading, writing and validation")
|
(synopsis "Config file reading, writing and validation")
|
||||||
(description "ConfigObj is a simple but powerful config file reader and
|
(description "ConfigObj is a simple but powerful config file reader and
|
||||||
|
|
Loading…
Reference in New Issue