~ruther/guix-local

dc4f697f01848019b61ead5e548a4a7aa1a5d97c — Ludovic Courtès 8 years ago 3e6add9
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 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/")