Unverified Commit 6425843a authored by Sylvain Fankhauser's avatar Sylvain Fankhauser
Browse files

python3Packages.wagtail: relax willow dependency

parent 14f2fb81
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = [