python3.pkgs.pycaption: fix build
This commit is contained in:
parent
ea7885fd7a
commit
72e0be2fb7
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace 'beautifulsoup4>=4.2.1,<4.5.0' \
|
--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
|
# don't require enum34 on python >= 3.4
|
||||||
|
Loading…
Reference in New Issue
Block a user