eccodes: 2.9.2 -> 2.10.0

Python3 is now officially supported as "beta", see relase notes at:
https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.10.0+released
This commit is contained in:
Josef Kemetmüller
2018-12-16 16:03:37 +01:00
committed by Franz Pletz
parent 44482c54ff
commit 7c42da3a1e
2 changed files with 6 additions and 7 deletions

View File

@@ -1613,11 +1613,10 @@ in {
easy-thumbnails = callPackage ../development/python-modules/easy-thumbnails { };
eccodes = disabledIf (!isPy27)
(toPythonModule (pkgs.eccodes.override {
enablePython = true;
pythonPackages = self;
}));
eccodes = toPythonModule (pkgs.eccodes.override {
enablePython = true;
pythonPackages = self;
});
EditorConfig = callPackage ../development/python-modules/editorconfig { };