python3.pkgs.jedi: remove unused postPatch

8aaa8e0044/requirements.txt
This commit is contained in:
Jörg Thalheim 2020-06-16 22:22:04 +01:00
parent 5d6f47c223
commit b4350f3176
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

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 ];