Skip to content

Commit

Permalink
python.pkgs.jedi: unpin parso dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Nov 25, 2017
1 parent 44e98de commit d34aeaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/jedi/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit d34aeaf

Please sign in to comment.