Merge pull request #10196 from FRidh/ipython
pythonPackages ipython: add readline support, fixes #10190
This commit is contained in:
commit
d9893554cf
1 changed files with 1 additions and 1 deletions
|
@ -7357,7 +7357,7 @@ let
|
|||
|
||||
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
||||
|
||||
propagatedBuildInputs = with self; [decorator pickleshare simplegeneric traitlets requests pexpect sqlite3];
|
||||
propagatedBuildInputs = with self; [decorator pickleshare simplegeneric traitlets readline requests pexpect sqlite3];
|
||||
|
||||
meta = {
|
||||
description = "IPython: Productive Interactive Computing";
|
||||
|
|
Loading…
Reference in a new issue