Commit 3e202cdc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.boto: mark as broken

Unmaintained since 2020, archived in the beginning of May 2024 and boken
https://github.com/boto/boto/issues/3951
parent dcf47c5d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,5 +59,8 @@ buildPythonPackage rec {
      Services.  This includes S3, SQS, EC2, among others.
    '';
    maintainers = [ ];
    # Unmaintained since 2020, archived in the beginning of May 2024 and broken
    # https://github.com/boto/boto/issues/3951
    broken = true;
  };
}