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
commit f1c9c23aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
];