mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
python3Packages.wagtail: relax willow dependency
This commit is contained in:
parent
14f2fb8137
commit
6425843ada
@ -38,7 +38,8 @@ buildPythonPackage rec {
|
||||
substituteInPlace setup.py \
|
||||
--replace "beautifulsoup4>=4.8,<4.12" "beautifulsoup4>=4.8" \
|
||||
--replace "draftjs_exporter>=2.1.5,<3.0" "draftjs_exporter>=2.1.5,<6.0" \
|
||||
--replace "django-taggit>=2.0,<5.0" "django-taggit>=2.0,<6.0"
|
||||
--replace "django-taggit>=2.0,<5.0" "django-taggit>=2.0,<6.0" \
|
||||
--replace "Willow[heif]>=1.6.2,<1.7" "Willow[heif]>=1.6.2,<2"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user