Merge pull request #175416 from SuperSandro2000/flask-restful

python310Packages.flask-restful: remove condition from patch
This commit is contained in:
Sandro
2022-06-02 01:36:04 +02:00
committed by GitHub
@@ -26,7 +26,7 @@ buildPythonPackage rec {
hash = "sha256-zOxlC4NdSBkhOMhTKa4Dc15s7VjpstnCFG1shMBvpT4=";
};
patches = lib.optionals (lib.versionAtLeast werkzeug.version "2.1.0") [
patches = [
./werkzeug-2.1.0-compat.patch
];