gnu: python-argcomplete: Fix tests.

* gnu/packages/python.scm (python-argcomplete,
  python2-argcomplete)[native-inputs]: Add python-pexpect and tcsh.
This commit is contained in:
Marius Bakke 2016-12-16 02:16:23 +01:00
parent 58f5fae7c4
commit 80ce42bdbf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -87,6 +87,7 @@ (define-module (gnu packages python)
#:use-module (gnu packages protobuf)
#:use-module (gnu packages readline)
#:use-module (gnu packages sdl)
#:use-module (gnu packages shells)
#:use-module (gnu packages statistics)
#:use-module (gnu packages tex)
#:use-module (gnu packages texinfo)
@ -12150,6 +12151,9 @@ (define-public python-argcomplete
(base32
"11bwiw6j0nilgz81xnw6f1npyga3prp8asjqrm87cdr3ria5l03x"))))
(build-system python-build-system)
(native-inputs
`(("python-pexpect" ,python-pexpect)
("tcsh" ,tcsh)))
(home-page "https://github.com/kislyuk/argcomplete")
(synopsis "Shell tab completion for Python argparse")
(description "argcomplete provides extensible command line tab completion