python3Packages.gitdb: allow never version smmap
Let's hope nothing breaks
This commit is contained in:
@@ -17,6 +17,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ smmap ];
|
propagatedBuildInputs = [ smmap ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace ",<4" ""
|
||||||
|
'';
|
||||||
|
|
||||||
# Bunch of tests fail because they need an actual git repo
|
# Bunch of tests fail because they need an actual git repo
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user