python310Packages.flask-restful: add comment to patch
This commit is contained in:
parent
82cb8acd21
commit
0d9ae0c806
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-zOxlC4NdSBkhOMhTKa4Dc15s7VjpstnCFG1shMBvpT4=";
|
||||
};
|
||||
|
||||
# conditional so that overrides are easier for web applications
|
||||
patches = lib.optionals (lib.versionAtLeast werkzeug.version "2.1.0") [
|
||||
./werkzeug-2.1.0-compat.patch
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user