Unverified Commit 36e2ec27 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.aws-secretsmanager-caching: refactor

parent 351f3259
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,11 +32,11 @@ buildPythonPackage rec {
      --replace-fail "'pytest-runner'," ""
  '';

  nativeBuildInputs = [
  build-system = [
    setuptools-scm
  ];

  propagatedBuildInputs = [
  dependencies = [
    botocore
    setuptools  # Needs pkg_resources at runtime.
  ];