python3Packages.pygit2: 1.16.0 -> 1.17.0
https://github.com/libgit2/pygit2/blob/v1.17.0/CHANGELOG.md
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user