python310Packages.wagtail: relax beautifulsoup4 constraint

This fixes the build.
This commit is contained in:
Martin Weinelt 2023-05-13 12:57:13 +02:00
parent 2f14e73e15
commit 11572cfbdc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -30,6 +30,11 @@ buildPythonPackage rec {
sha256 = "sha256-s89gs3H//Dc3k6BLZUC4APyDgiWY9LetWAkI+kXQTf8=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8"
'';
propagatedBuildInputs = [
django
django-modelcluster