zerobin: raise version bounds for bleach to <6

main
Kerstin Humm 2 years ago
parent 0c90ed17ce
commit 60b4f7d8e8
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B
  1. 2
      pkgs/applications/networking/zerobin/default.nix

@ -40,7 +40,7 @@ python3Packages.buildPythonApplication rec {
# relax version constraints of some dependencies
substituteInPlace setup.cfg \
--replace "clize==4.1.1" "clize" \
--replace "bleach==3.1.5" "bleach>=3.1.5,<5" \
--replace "bleach==3.1.5" "bleach>=3.1.5,<6" \
--replace "bottle==0.12.18" "bottle>=0.12.18,<1" \
--replace "Paste==3.4.3" "Paste>=3.4.3,<4"
'';

Loading…
Cancel
Save