smbclient-ng: relax rich
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user