smbclient-ng: relax rich

This commit is contained in:
Fabian Affolter
2025-04-24 11:19:20 +02:00
parent b6efa33a3c
commit 4322dfdbac
+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 = {