python3Packages.wagtail: relax willow dependency

This commit is contained in:
Sylvain Fankhauser 2024-01-16 10:56:11 +01:00
parent 14f2fb8137
commit 6425843ada
No known key found for this signature in database
GPG Key ID: 4228AB9EC0612ADA

View File

@ -38,7 +38,8 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8" \
--replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0" \
--replace "django-taggit>=2.0,<5.0" "django-taggit>=2.0,<6.0"
--replace "django-taggit>=2.0,<5.0" "django-taggit>=2.0,<6.0" \
--replace "Willow[heif]>=1.6.2,<1.7" "Willow[heif]>=1.6.2,<2"
'';
propagatedBuildInputs = [