python311Packages.amazon-kclpy: mark as broken

amazon-kclpy requires download of jar files at build time, but we don't
know how to handle that
This commit is contained in:
natsukium
2024-05-23 01:10:26 +09:00
parent b5b9716c08
commit 3260679a3e
@@ -45,5 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/awslabs/amazon-kinesis-client-python";
license = licenses.asl20;
maintainers = with maintainers; [ psyanticy ];
broken = true;
};
}