pythonPackages.ipython: support python2

Fixes #25234
This commit is contained in:
Orivej Desh
2017-05-01 05:56:38 +02:00
committed by Frederik Rietdijk
parent 01ba1a40d3
commit 2efb099c00
3 changed files with 72 additions and 4 deletions
@@ -8,8 +8,6 @@
# Test dependencies
, nose
, pygments
, isPy27
, mock
# Runtime dependencies
, jedi
, decorator
@@ -37,7 +35,7 @@ buildPythonPackage rec {
buildInputs = [ glibcLocales ];
checkInputs = [ nose pygments ] ++ lib.optional isPy27 mock;
checkInputs = [ nose pygments ];
propagatedBuildInputs = [
jedi