Unverified Commit ee22acfd authored by Sylvain Fankhauser's avatar Sylvain Fankhauser
Browse files

python3Packages.wagtail: relax draftjs_exporter dep to allow using 5.0

parent a1c55196
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ buildPythonPackage rec {
  postPatch = ''
    substituteInPlace setup.py \
      --replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8" \
      --replace "Pillow>=4.0.0,<10.0.0" "Pillow>=9.1.0,<11.0.0"
      --replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0"
  '';

  propagatedBuildInputs = [