python3.pkgs.pycaption: fix build

This commit is contained in:
Robert Schütz 2019-03-18 16:08:31 +01:00
parent ea7885fd7a
commit 72e0be2fb7

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
prePatch = ''
substituteInPlace setup.py \
--replace 'beautifulsoup4>=4.2.1,<4.5.0' \
'beautifulsoup4>=4.2.1,<=4.6.3'
'beautifulsoup4>=4.2.1,<5'
'';
# don't require enum34 on python >= 3.4