mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python.pkgs.jedi: unpin parso dependency
This commit is contained in:
parent
44e98de414
commit
d34aeaf031
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user