python3Packages.wagtail: relax draftjs_exporter dep to allow using 5.0

This commit is contained in:
Sylvain Fankhauser
2023-11-08 14:06:36 +01:00
parent a1c5519675
commit ee22acfd5c
@@ -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 = [