cvehound: rename GitPython

This commit is contained in:
Fabian Affolter 2022-12-05 22:08:08 +01:00
parent 35284543f7
commit 2c61d89177

View file

@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
]; ];
checkInputs = with python3.pkgs; [ checkInputs = with python3.pkgs; [
GitPython gitpython
psutil psutil
pytestCheckHook pytestCheckHook
]; ];