Unverified Commit 88d6b79d authored by Anthony Roussel's avatar Anthony Roussel
Browse files

aws-encryption-sdk-cli: fix build

parent 045a097b
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -26,13 +26,18 @@ in
localPython.pkgs.buildPythonApplication rec {
  pname = "aws-encryption-sdk-cli";
  version = "4.1.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-OCbt0OkDVfpzUIogbsKzaPAle2L6l6N3cmZoS2hEaSM=";
  };

  propagatedBuildInputs = with localPython.pkgs; [
  build-system = with localPython.pkgs; [
    setuptools
  ];

  dependencies = with localPython.pkgs; [
    attrs
    aws-encryption-sdk
    base64io
@@ -45,7 +50,7 @@ localPython.pkgs.buildPythonApplication rec {
  nativeCheckInputs = with localPython.pkgs; [
    mock
    pytest-mock
    pytestCheckHook
    pytest7CheckHook
  ];

  disabledTestPaths = [