forked from mirrors/nixpkgs
Revert "python310Packages.flask-restful: remove condition from patch"
This commit is contained in:
parent
0858b1f26b
commit
632a8936b3
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-zOxlC4NdSBkhOMhTKa4Dc15s7VjpstnCFG1shMBvpT4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
patches = lib.optionals (lib.versionAtLeast werkzeug.version "2.1.0") [
|
||||
./werkzeug-2.1.0-compat.patch
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue