Unverified Commit 754d1fa7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

smbclient-ng: relax rich (#401363)

parents dbdd7769 4322dfdb
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 = {