diff options
Diffstat (limited to 'etc/pip/components/resmoke.req')
-rw-r--r-- | etc/pip/components/resmoke.req | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req index 29749bbea9b..0a63f5105eb 100644 --- a/etc/pip/components/resmoke.req +++ b/etc/pip/components/resmoke.req @@ -6,8 +6,7 @@ shrub.py == 1.1.0 ocspresponder == 0.5.0 flask == 1.1.1 ocspbuilder == 0.10.2 -# TODO: uncomment these lines with SERVER-48156 -#grpcio == 1.28.1; platform_machine != "x86_64" -#grpcio-tools == 1.28.1; platform_machine != "x86_64" -#googleapis-common-protos == 1.51.0; platform_machine != "x86_64" +grpcio == 1.28.1; platform_machine == "x86_64" +grpcio-tools == 1.28.1; platform_machine == "x86_64" +googleapis-common-protos == 1.51.0; platform_machine == "x86_64" blackduck == 0.0.51 |