guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: python-pexpect: Add dependency on the full Bash.


From: Ludovic Courtès
Subject: 04/04: gnu: python-pexpect: Add dependency on the full Bash.
Date: Mon, 24 Jul 2017 11:35:06 -0400 (EDT)

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

commit dc4f697f01848019b61ead5e548a4a7aa1a5d97c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 24 17:24:17 2017 +0200

    gnu: python-pexpect: Add dependency on the full Bash.
    
    Fixes a regression introduced in
    704243e0c6ec5ac86e2f45aaa469717e60b89124.
    
    * gnu/packages/python.scm (python-pexpect)[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 e9196b9..c903de4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5237,7 +5237,8 @@ cluster without needing to write any wrapper code 
yourself.")
      `(("python-nose" ,python-nose)
        ("python-pytest" ,python-pytest-3.0)
        ("man-db" ,man-db)
-       ("which" ,which)))
+       ("which" ,which)
+       ("bash-full" ,bash)))                 ;full Bash for 'test_replwrap.py'
     (propagated-inputs
      `(("python-ptyprocess" ,python-ptyprocess)))
     (home-page "http://pexpect.readthedocs.org/";)



reply via email to

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