Merge pull request #10196 from FRidh/ipython
pythonPackages ipython: add readline support, fixes #10190
This commit is contained in:
commit
d9893554cf
@ -7357,7 +7357,7 @@ let
|
|||||||
|
|
||||||
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
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 = {
|
meta = {
|
||||||
description = "IPython: Productive Interactive Computing";
|
description = "IPython: Productive Interactive Computing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user