Commit 40d54810 authored by natsukium's avatar natsukium Committed by github-actions[bot]
Browse files

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

(cherry picked from commit 3260679a)
parent 2f5f46ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/awslabs/amazon-kinesis-client-python";
    license = licenses.asl20;
    maintainers = with maintainers; [ psyanticy ];
    broken = true;
  };
}