Loading pkgs/development/python-modules/wagtail/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/wagtail/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading