pythonPackages.ipython: support python2

Fixes #25234
This commit is contained in:
Orivej Desh
2017-04-27 09:09:04 +00:00
committed by Frederik Rietdijk
parent 01ba1a40d3
commit 2efb099c00
3 changed files with 72 additions and 4 deletions

View File

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