9 buildPythonPackage rec {
12 format = "setuptools";
17 sha256 = "cd5f416b3083e00d402a92e449a7ff67af46f11241073eea0461802a3b5aef98";
20 nativeBuildInputs = [ pbr ];
22 propagatedBuildInputs = [ attrs ];
24 pythonImportsCheck = [ "sarif_om" ];
26 # no tests included with tarball
30 description = "Classes implementing the SARIF 2.1.0 object model";
31 homepage = "https://github.com/microsoft/sarif-python-om";
32 license = licenses.mit;