summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-04-26 09:54:07 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-26 14:35:07 +0000
commit98c613df3532ab488e89158f272be0dee86a746e (patch)
tree10497de0e763800c4db7267085b0bfa82c6873c0 /etc/pip
parent18e5d33197e5d738378f4019f9a5b400d9caa796 (diff)
downloadmongo-98c613df3532ab488e89158f272be0dee86a746e.tar.gz
SERVER-56277 Install curator and grpc on aarch64
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/resmoke.req8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req
index abe49433d7b..27c87f80f35 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/resmoke.req
@@ -1,4 +1,4 @@
-curatorbin == 0.11
+curatorbin == 1.2.1
PyKMIP == 0.4.0 # It's now 0.8.0. We're far enough back to have API conflicts.
evergreen.py == 2.1.0
jinja2
@@ -7,8 +7,8 @@ shrub.py == 1.1.0
ocspresponder == 0.5.0
flask == 1.1.1
ocspbuilder == 0.10.2
-grpcio == 1.35.0; platform_machine == "x86_64"
-grpcio-tools == 1.35.0; platform_machine == "x86_64"
-googleapis-common-protos == 1.52.0; platform_machine == "x86_64"
+grpcio == 1.37.0; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64"
+grpcio-tools == 1.37.0; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64"
+googleapis-common-protos == 1.53.0
blackduck == 0.0.51
PyGithub == 1.53