forked from mirrors/nixpkgs
pythonPackages ipython: add readline support, fixes #10190
This commit is contained in:
parent
3a658f4c41
commit
a3b5ae8ad4
|
@ -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…
Reference in a new issue