mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python.pkgs.jedi: unpin parso dependency
This commit is contained in:
parent
44e98de414
commit
d34aeaf031
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue