python3Packages.gitdb: allow never version smmap
Let's hope nothing breaks
This commit is contained in:
parent
b8f2632dbc
commit
99d360177d
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user