Unverified Commit da425a7c authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

azure-cli-extensions.confcom: 1.2.6 -> 1.8.0, fix build (#496948)

parents c83e17af ef0adc33
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  python3Packages,
  autoPatchelfHook,
  python3,
  openssl_1_1,
  openssl,
}:

{
@@ -173,16 +173,18 @@

  confcom = mkAzExtension rec {
    pname = "confcom";
    version = "1.2.6";
    version = "1.8.0";
    url = "https://azcliprod.blob.core.windows.net/cli-extensions/confcom-${version}-py3-none-any.whl";
    hash = "sha256-kyJ4AkPcpP/10nf4whJiuraC7hn0E6iBkhRIn43E9J0=";
    hash = "sha256-rKEECrGR4VIKTgPzInGhFrbrXDtYqayAzYWLKclE1tg=";
    description = "Microsoft Azure Command-Line Tools Confidential Container Security Policy Generator Extension";
    nativeBuildInputs = [ autoPatchelfHook ];
    buildInputs = [ openssl_1_1 ];
    buildInputs = [ openssl ];
    pythonRelaxDeps = [ "tqdm" ];
    propagatedBuildInputs = with python3Packages; [
      pyyaml
      deepdiff
      docker
      pydantic
      pyyaml
      tqdm
    ];
    postInstall = ''