Merge pull request #90641 from Mic92/jedi

python3.pkgs.jedi: remove unused postPatch
This commit is contained in:
Jörg Thalheim 2020-06-17 02:06:20 +01:00 committed by GitHub
commit f233846219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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