spyder: enable for all python interpreters

Rope is not ported to python3 yet, so it is disabled (it's a
"recommended" dependency, not critical).
This commit is contained in:
Bjørn Forsman 2015-08-29 17:38:50 +02:00
parent dbc7e0fea5
commit ab6af31ecb

View File

@ -13272,6 +13272,10 @@ let
};
});
spyder = callPackage ../applications/science/spyder {
rope = if isPy3k then null else self.rope;
};
sqlalchemy = self.sqlalchemy9.override rec {
name = "SQLAlchemy-0.7.10";
disabled = isPy34;