lol

python3Packages.pilkit: fix compat with pillow 10.0

+2
+2
pkgs/development/python-modules/pilkit/default.nix
··· 33 33 postPatch = '' 34 34 substituteInPlace tox.ini \ 35 35 --replace " --cov --cov-report term-missing:skip-covered" "" 36 + substituteInPlace pilkit/processors/resize.py \ 37 + --replace "Image.ANTIALIAS" "Image.Resampling.LANCZOS" 36 38 ''; 37 39 38 40 pythonImportsCheck = [