smbclient-ng: relax rich (#401363)

This commit is contained in:
Fabian Affolter
2025-04-24 21:05:26 +02:00
committed by GitHub
+4
View File
@@ -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 = {