python310Packages.clevercsv: remove superfluous postPatch

This commit is contained in:
Robert Schütz
2023-03-03 23:59:29 +01:00
committed by Martin Weinelt
parent 04fe6645e3
commit 84badb6dc2
@@ -22,11 +22,6 @@ buildPythonPackage rec {
hash = "sha256-zpnUw0ThYbbYS7CYgsi0ZL1qxbY4B1cy2NhrUU9uzig=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "packaging>=23.0" "packaging"
'';
propagatedBuildInputs = [
chardet
faust-cchardet