8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-brmQtp304VutiZ6oaNxGVyw/dTOXNWY7gd55sG8X65o=";
18 propagatedBuildInputs = [ smmap ];
21 substituteInPlace setup.py --replace ",<4" ""
24 # Bunch of tests fail because they need an actual git repo
28 description = "Git Object Database";
30 homepage = "https://github.com/gitpython-developers/gitdb";
31 license = lib.licenses.bsd3;