python3Packages.pygit2: 1.16.0 -> 1.17.0

https://github.com/libgit2/pygit2/blob/v1.17.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:41 +01:00
parent 5360e4a9ec
commit bd72066a07
@@ -30,11 +30,11 @@ buildPythonPackage rec {
export DYLD_LIBRARY_PATH="${libgit2}/lib"
'';
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
buildInputs = [ libgit2 ];
propagatedBuildInputs = [
dependencies = [
cached-property
pycparser
] ++ lib.optionals (!isPyPy) [ cffi ];