16 buildPythonPackage rec {
17 pname = "glean-parser";
19 format = "setuptools";
21 disabled = pythonOlder "3.6";
24 pname = "glean_parser";
26 hash = "sha256-PKUc1PYfM4MxDFErV4zYyHl/mkPQNvIcjNaDekenHc8=";
30 substituteInPlace setup.py \
31 --replace "pytest-runner" "" \
32 --replace "MarkupSafe>=1.1.1,<=2.0.1" "MarkupSafe>=1.1.1"
39 propagatedBuildInputs = [
60 # Fails since yamllint 1.27.x
64 pythonImportsCheck = [
69 description = "Tools for parsing the metadata for Mozilla's glean telemetry SDK";
70 homepage = "https://github.com/mozilla/glean_parser";
71 license = licenses.mpl20;
72 maintainers = with maintainers; [];