Commit 4322dfdb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

smbclient-ng: relax rich

parent b6efa33a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {
  pythonRelaxDeps = [
    "impacket"
    "pefile"
    "rich"
  ];

  build-system = with python3.pkgs; [ poetry-core ];
@@ -30,6 +31,9 @@ python3.pkgs.buildPythonApplication rec {
    rich
  ];

  # Project has no unit tests
  doCheck = false;

  pythonImportsCheck = [ "smbclientng" ];

  meta = {