10 buildPythonPackage rec {
11 pname = "lazr-config";
16 pname = "lazr.config";
18 hash = "sha256-oU5PbMCa68HUCxdhWK6g7uIlLBQAO40O8LMcfFFMNkQ=";
25 propagatedBuildInputs = [
30 pythonImportsCheck = [
38 # change the directory to avoid a namespace-related problem
39 # ModuleNotFoundError: No module named 'lazr.delegates'
49 description = "Create configuration schemas, and process and validate configurations";
50 homepage = "https://launchpad.net/lazr.config";
51 changelog = "https://git.launchpad.net/lazr.config/tree/NEWS.rst?h=${version}";
52 license = licenses.lgpl3Only;