powerdns-admin: drop override for jsonschema

This commit is contained in:
Nick Cao 2023-01-28 10:38:15 +08:00
parent 2eb4837e04
commit 77580982b0
No known key found for this signature in database

View File

@ -9,13 +9,7 @@ let
hash = "sha256-e11u0jdJr+2TDXvBAPlDfnuuDwSfBq+JtvnDUTNKp/c=";
};
python = python3.override {
packageOverrides = self: super: {
# The bravado-core dependency is incompatible with jschonschema 4.0:
# https://github.com/Yelp/bravado-core/pull/385
jsonschema = super.jsonschema_3;
};
};
python = python3;
pythonDeps = with python.pkgs; [
flask flask_assets flask-login flask-sqlalchemy flask_migrate flask-seasurf flask_mail flask-session flask-sslify