[Backport release-24.05] octoprint: fix build (#356685)

This commit is contained in:
Nick Cao 2024-11-17 08:48:14 -05:00 committed by GitHub
commit 0d3ca1964a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ let
werkzeug = super.werkzeug.overridePythonAttrs (oldAttrs: rec {
version = "2.2.3";
format = "setuptools";
pyproject = null;
src = fetchPypi {
pname = "Werkzeug";
inherit version;