me
/
guix
Archived
1
0
Fork 0

gnu: python-argcomplete: Fix tests.

* gnu/packages/python.scm (python-argcomplete,
  python2-argcomplete)[native-inputs]: Add python-pexpect and tcsh.
master
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
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,7 @@
#: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 @@ specs from your Flask-Restful projects.")
(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