gnu: python-argcomplete: Add dependency on the full Bash.
Fixes a regression introduced in
704243e0c6
.
* gnu/packages/python.scm (python-argcomplete)[native-inputs]: Add BASH.
This commit is contained in:
parent
90ea83ee95
commit
240d3ceff7
|
@ -13500,7 +13500,8 @@ specs from your Flask-Restful projects.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pexpect" ,python-pexpect)
|
`(("python-pexpect" ,python-pexpect)
|
||||||
("tcsh" ,tcsh)))
|
("tcsh" ,tcsh)
|
||||||
|
("bash-full" ,bash))) ;full Bash for 'test_file_completion'
|
||||||
(home-page "https://github.com/kislyuk/argcomplete")
|
(home-page "https://github.com/kislyuk/argcomplete")
|
||||||
(synopsis "Shell tab completion for Python argparse")
|
(synopsis "Shell tab completion for Python argparse")
|
||||||
(description "argcomplete provides extensible command line tab completion
|
(description "argcomplete provides extensible command line tab completion
|
||||||
|
|
Loading…
Reference in New Issue