python312Packages.craft-application: unpin pygit2

This commit is contained in:
Robert Schütz 2024-08-19 13:17:07 -07:00
parent 76bf24ee91
commit 4bed78b1f2

View File

@ -45,7 +45,10 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
pythonRelaxDeps = [ "requests" ];
pythonRelaxDeps = [
"pygit2"
"requests"
];
dependencies = [
craft-archives