forked from mirrors/nixpkgs
python3Packages.gradient: allow later websocket-client releases
This commit is contained in:
parent
459315303c
commit
8ef3e44c34
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@ buildPythonPackage rec {
|
||||||
--replace 'attrs<=' 'attrs>=' \
|
--replace 'attrs<=' 'attrs>=' \
|
||||||
--replace 'colorama==' 'colorama>=' \
|
--replace 'colorama==' 'colorama>=' \
|
||||||
--replace 'PyYAML==' 'PyYAML>=' \
|
--replace 'PyYAML==' 'PyYAML>=' \
|
||||||
--replace 'marshmallow<' 'marshmallow>='
|
--replace 'marshmallow<' 'marshmallow>=' \
|
||||||
|
--replace 'websocket-client==' 'websocket-client>='
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ attrs boto3 requests gradient_statsd terminaltables
|
propagatedBuildInputs = [ attrs boto3 requests gradient_statsd terminaltables
|
||||||
|
|
Loading…
Add table
Reference in a new issue