python3.pkgs.pycaption: fix build
This commit is contained in:
parent
ea7885fd7a
commit
72e0be2fb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue