guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-argcomplete: Add dependency on the full Bash.


From: Ludovic Courtès
Subject: 02/03: gnu: python-argcomplete: Add dependency on the full Bash.
Date: Fri, 4 Aug 2017 18:34:45 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 240d3ceff78464a160d099adfb6463f4f17d6616
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 5 00:12:17 2017 +0200

    gnu: python-argcomplete: Add dependency on the full Bash.
    
    Fixes a regression introduced in
    704243e0c6ec5ac86e2f45aaa469717e60b89124.
    
    * gnu/packages/python.scm (python-argcomplete)[native-inputs]: Add BASH.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ee2743b..f8300a1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]