8 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9";
18 propagatedBuildInputs = [ smmap ];
20 # Bunch of tests fail because they need an actual git repo
24 description = "Git Object Database";
26 homepage = "https://github.com/gitpython-developers/gitdb";
27 license = lib.licenses.bsd3;