Merge pull request #10196 from FRidh/ipython

pythonPackages ipython: add readline support, fixes #10190
This commit is contained in:
vbgl
2015-10-03 09:11:03 +02:00

View File

@@ -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";