From 4bed78b1f2f56408fe45759c6bdc0e12953fc52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 19 Aug 2024 13:17:07 -0700 Subject: [PATCH] python312Packages.craft-application: unpin pygit2 --- .../development/python-modules/craft-application/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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