Unverified Commit d652e9d3 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

mycli: fix build (#498758)

parents 7e3e7429 58c24778
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -272,6 +272,10 @@
    url = "https://azcliprod.blob.core.windows.net/cli-extensions/rdbms_connect-${version}-py2.py3-none-any.whl";
    hash = "sha256-66mX1K1azQvbuApyKBwvVuiKCbLaqezCDdrv0lhvVD0=";
    description = "Support for testing connection to Azure Database for MySQL & PostgreSQL servers";
    pythonRelaxDeps = [
      "mycli"
      "pgcli"
    ];
    propagatedBuildInputs =
      (with python3Packages; [
        pgcli
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
  };

  pythonRelaxDeps = [
    "sqlglot" # https://github.com/dbcli/mycli/issues/1696
    "sqlparse"
    "click"
  ];