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:
Ludovic Courtès 2017-08-05 00:12:17 +02:00
parent 90ea83ee95
commit 240d3ceff7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -13500,7 +13500,8 @@ specs from your Flask-Restful projects.")
(build-system python-build-system)
(native-inputs
`(("python-pexpect" ,python-pexpect)
("tcsh" ,tcsh)))
("tcsh" ,tcsh)
("bash-full" ,bash))) ;full Bash for 'test_file_completion'
(home-page "https://github.com/kislyuk/argcomplete")
(synopsis "Shell tab completion for Python argparse")
(description "argcomplete provides extensible command line tab completion