Unverified Commit 351c8037 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tclint: fix build (#502401)

parents 6da6a4b2 4f01ee41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
  pythonRelaxDeps = [
    "importlib-metadata"
    "pathspec"
    "voluptuous"
  ];
  dependencies = with pythonPackages; [
    importlib-metadata