Unverified Commit 6ca1674e authored by Nico Felbinger's avatar Nico Felbinger
Browse files

jefferson: relax cstruct dependency

parent b689696c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ python3.pkgs.buildPythonApplication rec {
    lzallright
  ];

  pythonRelaxDeps = [ "cstruct" ];

  pythonImportsCheck = [
    "jefferson"
  ];