Merge pull request #309728 from gador/octoprint-werkzeug-check

octoprint: fix build with failing werkzeug dependency
This commit is contained in:
Aleksana 2024-05-07 23:08:25 +08:00 committed by GitHub
commit da271c52ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ let
inherit version;
hash = "sha256-LhzMlBfU2jWLnebxdOOsCUOR6h1PvvLWZ4ZdgZ39Cv4=";
};
doCheck = false;
});
flask = super.flask.overridePythonAttrs (oldAttrs: rec {
version = "2.2.5";