Commit 6fca21c3 authored by Doron Behar's avatar Doron Behar
Browse files

cgt-calc: comment about defusedxml relaxation

parent 7dba013c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
  ];

  pythonRelaxDeps = [
    # The built wheel holds an upper bound requirement for the version of this
    # dependenceis, while pyproject.toml doesn't.
    "defusedxml"
  ];