python3Packages.pilkit: fix compat with pillow 10.0
This commit is contained in:
@@ -33,6 +33,8 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace tox.ini \
|
||||
--replace " --cov --cov-report term-missing:skip-covered" ""
|
||||
substituteInPlace pilkit/processors/resize.py \
|
||||
--replace "Image.ANTIALIAS" "Image.Resampling.LANCZOS"
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user