Unverified Commit 8c16a4c1 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

python312Packages.craft-application: unpin pygit2
parents 376b7ca7 4bed78b1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -45,7 +45,10 @@ buildPythonPackage rec {

  build-system = [ setuptools-scm ];

  pythonRelaxDeps = [ "requests" ];
  pythonRelaxDeps = [
    "pygit2"
    "requests"
  ];

  dependencies = [
    craft-archives