Unverified Commit 77580982 authored by Nick Cao's avatar Nick Cao
Browse files

powerdns-admin: drop override for jsonschema

parent 2eb4837e
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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