ceph: Remove obsolete scipy override.
The mentioned bugs have merged linked pull requests a long time ago: * https://github.com/ceph/ceph/commit/b9dea87ff1d39d0b9ba2ab469852b78aaa49529b in Ceph v15.1.0 * https://github.com/ceph/ceph/commit/f701ed8b261b5414a4b3c8e12b11f9fbdafecd7a in Ceph v16.1.0
This commit is contained in:
@@ -104,21 +104,7 @@ let
|
||||
meta = getMeta "Ceph common module for code shared by manager modules";
|
||||
};
|
||||
|
||||
python = python3.override {
|
||||
packageOverrides = self: super: {
|
||||
# scipy > 1.3 breaks diskprediction_local, leading to mgr hang on startup
|
||||
# Bump once these issues are resolved:
|
||||
# https://tracker.ceph.com/issues/42764 https://tracker.ceph.com/issues/45147
|
||||
scipy = super.scipy.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.3.3";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
sha256 = "02iqb7ws7fw5fd1a83hx705pzrw1imj7z0bphjsl4bfvw254xgv4";
|
||||
};
|
||||
doCheck = false;
|
||||
});
|
||||
};
|
||||
};
|
||||
python = python3;
|
||||
|
||||
ceph-python-env = python.withPackages (ps: [
|
||||
ps.sphinx
|
||||
|
||||
Reference in New Issue
Block a user