python.pkgs.jedi: unpin parso dependency

This commit is contained in:
Frederik Rietdijk 2017-11-25 08:46:51 +01:00
parent 44e98de414
commit d34aeaf031

View File

@ -10,6 +10,10 @@ buildPythonPackage rec {
sha256 = "f6d5973573e76b1fd2ea75f6dcd6445d02d41ff3af5fc61b275b4e323d1dd396";
};
postPatch = ''
substituteInPlace requirements.txt --replace "parso==0.1.0" "parso"
'';
checkInputs = [ pytest glibcLocales tox pytestcov ];
propagatedBuildInputs = [ parso ];