19 buildPythonPackage rec {
24 inherit pname version;
25 sha256 = "sha256-MMsq8/Obe3ogQSjiP8EebYseUJGcchMOczUrxE9jht4=";
29 cp requirements.{in,txt}
36 propagatedBuildInputs = [
54 pythonImportsCheck = [
59 description = "A software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles";
60 homepage = "https://github.com/tern-tools/tern";
61 license = licenses.bsd2;
62 maintainers = teams.determinatesystems.members;