diff --git a/pkgs/development/python-modules/craft-application/default.nix b/pkgs/development/python-modules/craft-application/default.nix index 7f986dd9fd1f..04c488586c9e 100644 --- a/pkgs/development/python-modules/craft-application/default.nix +++ b/pkgs/development/python-modules/craft-application/default.nix @@ -45,7 +45,10 @@ buildPythonPackage rec { build-system = [ setuptools-scm ]; - pythonRelaxDeps = [ "requests" ]; + pythonRelaxDeps = [ + "pygit2" + "requests" + ]; dependencies = [ craft-archives