13 buildPythonPackage rec {
14 pname = "safety-schemas";
19 pname = "safety_schemas";
21 hash = "sha256-fRsEDsBkgPBc/2tF6nqT4JyJQt+GT7DQHd62fDI8+ow=";
33 propagatedBuildInputs = [
41 pythonImportsCheck = [ "safety_schemas" ];
43 # upstream has no tests
47 description = "Schemas for Safety CLI";
48 homepage = "https://pypi.org/project/safety-schemas/";
49 license = lib.licenses.mit;
50 maintainers = with lib.maintainers; [ dotlambda ];