python310Packages.gradient: update postPatch section
This commit is contained in:
parent
e93eeb6c82
commit
fd9ea56630
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ buildPythonPackage rec {
|
|||
--replace 'attrs<=' 'attrs>=' \
|
||||
--replace 'colorama==' 'colorama>=' \
|
||||
--replace 'gql[requests]==3.0.0a6' 'gql' \
|
||||
--replace 'PyYAML==' 'PyYAML>=' \
|
||||
--replace 'PyYAML==5.*' 'PyYAML' \
|
||||
--replace 'marshmallow<' 'marshmallow>=' \
|
||||
--replace 'websocket-client==' 'websocket-client>='
|
||||
--replace 'websocket-client==0.57.*' 'websocket-client'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue