python2Packages.ipyparallel: disable
Only >=3.5 is supported.
This commit is contained in:
parent
c2bafaeaaa
commit
1247c0dfce
@ -31,6 +31,8 @@ buildPythonPackage rec {
|
|||||||
# Requires access to cluster
|
# Requires access to cluster
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interactive Parallel Computing with IPython";
|
description = "Interactive Parallel Computing with IPython";
|
||||||
homepage = "http://ipython.org/";
|
homepage = "http://ipython.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user