| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -614,7 +614,7 @@ def parse_hook_fontconfig_add_fonts(ec, eprefix): | |||
| 614 | 614 | def parse_hook_grpcio_zlib(ec, ecprefix): | |
| 615 | 615 | """Adjust preinstallopts to use ZLIB from compat layer.""" | |
| 616 | 616 | if ec.name == 'grpcio': | |
| 617 | - target_list = ['1.57.0', '1.67.1', '1.70.0'] | ||
| 617 | + target_list = ['1.57.0', '1.67.1', '1.70.0', '1.76.0', '1.81.0'] | ||
| 618 | 618 | if ec.version in target_list: | |
| 619 | 619 | exts_list = ec['exts_list'] | |
| 620 | 620 | original_preinstallopts = (exts_list[0][2])['preinstallopts'] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments