python312Packages.boto: mark as broken (#342395)

This commit is contained in:
Fabian Affolter 2024-09-18 09:01:52 +02:00 committed by GitHub
commit 395c52d142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}