pythonPackages.chalice: disable pip version bounds
This commit is contained in:
parent
3c72558ef0
commit
2c12bb39a8
@ -44,8 +44,9 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
sed -i setup.py -e "/pip>=/c\'pip',"
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace 'pip>=9,<=18.1' 'pip' \
|
--replace 'pip>=9,<=19.4' 'pip' \
|
||||||
--replace 'typing==3.6.4' 'typing' \
|
--replace 'typing==3.6.4' 'typing' \
|
||||||
--replace 'attrs==17.4.0' 'attrs' \
|
--replace 'attrs==17.4.0' 'attrs' \
|
||||||
--replace 'click>=6.6,<7.0' 'click'
|
--replace 'click>=6.6,<7.0' 'click'
|
||||||
|
Loading…
Reference in New Issue
Block a user