python3Packages.gitdb: allow never version smmap

Let's hope nothing breaks
This commit is contained in:
Frederik Rietdijk
2021-04-03 17:49:43 +02:00
parent b8f2632dbc
commit 99d360177d
@@ -17,6 +17,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ smmap ];
postPatch = ''
substituteInPlace setup.py --replace ",<4" ""
'';
# Bunch of tests fail because they need an actual git repo
doCheck = false;