From 040aa15618a352ba298399a20e879a55abfd73f0 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Thu, 5 Dec 2024 10:45:26 +0000 Subject: [PATCH] Add grpcio back to global requirements This should fix Zun's gate job. grpcio was included in global requirements. Recently, it was removed: https://review.opendev.org/c/openstack/requirements/+/915164 This commit adds it back since Zun needs it. Change-Id: Ia4ef6a451a9b2f23654334e4a21d349250de6e3b --- global-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/global-requirements.txt b/global-requirements.txt index a04f26b86..c3a626424 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -58,6 +58,7 @@ GitPython # BSD License (3 clause) google-api-python-client # Apache-2.0 graphviz!=0.5.0 # MIT License greenlet!=0.4.14 # MIT +grpcio # Apache-2.0 gunicorn # MIT httplib2 # MIT httpx # BSD