python310Packages.clevercsv: remove superfluous postPatch

This commit is contained in:
Robert Schütz 2023-03-02 11:31:42 -08:00 committed by Martin Weinelt
parent 04fe6645e3
commit 84badb6dc2

View File

@ -22,11 +22,6 @@ buildPythonPackage rec {
hash = "sha256-zpnUw0ThYbbYS7CYgsi0ZL1qxbY4B1cy2NhrUU9uzig=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "packaging>=23.0" "packaging"
'';
propagatedBuildInputs = [
chardet
faust-cchardet