Unverified Commit b7cde809 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

jefferson: relax cstruct dependency (#380735)

parents f7408d31 6ca1674e
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"
  ];