Merge pull request #335906 from dotlambda/python3Packages.craft-application

python312Packages.craft-application: unpin pygit2
This commit is contained in:
Robert Schütz 2024-08-20 00:40:39 -07:00 committed by GitHub
commit 8c16a4c19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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