python310Packages.flask-restful: add comment to patch

main
Sandro 2 years ago committed by GitHub
parent 82cb8acd21
commit 0d9ae0c806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/development/python-modules/flask-restful/default.nix

@ -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…
Cancel
Save