yaralyzer: relax dependency rich

This commit is contained in:
Martin Joerg
2026-03-22 13:12:50 +00:00
parent 98281db8ee
commit ba1638e7af
+2
View File
@@ -27,6 +27,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
yara-python
];
pythonRelaxDeps = [ "rich" ];
pythonImportsCheck = [ "yaralyzer" ];
passthru = {