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

Fixes a regression introduced in
704243e0c6.

* gnu/packages/python.scm (python-pexpect)[native-inputs]: Add BASH.
This commit is contained in:
Ludovic Courtès 2017-07-24 17:24:17 +02:00
parent 3e6add96c5
commit dc4f697f01
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -5237,7 +5237,8 @@ cluster without needing to write any wrapper code yourself.")
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)
("python-pytest" ,python-pytest-3.0) ("python-pytest" ,python-pytest-3.0)
("man-db" ,man-db) ("man-db" ,man-db)
("which" ,which))) ("which" ,which)
("bash-full" ,bash))) ;full Bash for 'test_replwrap.py'
(propagated-inputs (propagated-inputs
`(("python-ptyprocess" ,python-ptyprocess))) `(("python-ptyprocess" ,python-ptyprocess)))
(home-page "http://pexpect.readthedocs.org/") (home-page "http://pexpect.readthedocs.org/")