0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #231650 from mweinelt/wagtail-bs4-relax

python310Packages.wagtail: relax beautifulsoup4 constraint
This commit is contained in:
Martin Weinelt 2023-05-13 13:38:39 +02:00 committed by GitHub
commit 62aa23a079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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