python3Packages.jedi: loosen parso bounds
This commit is contained in:
parent
4e1b2ec50a
commit
12f1e4f628
|
@ -13,6 +13,12 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ parso ];
|
||||
|
||||
# remove next bump, >=0.17.2, already fixed in master
|
||||
prePatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "parso>=0.7.0,<0.8.0" "parso"
|
||||
'';
|
||||
|
||||
checkPhase = ''
|
||||
LC_ALL="en_US.UTF-8" py.test test
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue