mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.craft-application: unpin pygit2
This commit is contained in:
parent
76bf24ee91
commit
4bed78b1f2
@ -45,7 +45,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
pythonRelaxDeps = [ "requests" ];
|
||||
pythonRelaxDeps = [
|
||||
"pygit2"
|
||||
"requests"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
craft-archives
|
||||
|
Loading…
Reference in New Issue
Block a user