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:
parent
3e6add96c5
commit
dc4f697f01
|
@ -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/")
|
||||||
|
|
Loading…
Reference in New Issue