treewide: fix lints and remove a unneeded cmake input

This commit is contained in:
Artturin
2022-12-09 01:16:08 +02:00
parent e600ef059c
commit c55b931644
21 changed files with 42 additions and 39 deletions
@@ -32,7 +32,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
cryptography jinja2 Mako passlib pyyaml requests tomlkit librouteros
] ++ lib.optional (pythonOlder "3.11") [ rtoml ];
] ++ lib.optionals (pythonOlder "3.11") [ rtoml ];
pythonImportsCheck = [ "bundlewrap" ];