diff options
Diffstat (limited to 'recipes-connectivity/kuksa-val/kuksa-client/0002-Tweak-grpcio-tools-requirement.patch')
-rw-r--r-- | recipes-connectivity/kuksa-val/kuksa-client/0002-Tweak-grpcio-tools-requirement.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-connectivity/kuksa-val/kuksa-client/0002-Tweak-grpcio-tools-requirement.patch b/recipes-connectivity/kuksa-val/kuksa-client/0002-Tweak-grpcio-tools-requirement.patch deleted file mode 100644 index fef2265b2..000000000 --- a/recipes-connectivity/kuksa-val/kuksa-client/0002-Tweak-grpcio-tools-requirement.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 43823a52a9cb25d906542d15dc207f6516579aa3 Mon Sep 17 00:00:00 2001 -From: Scott Murray <scott.murray@konsulko.com> -Date: Tue, 18 Jun 2024 16:08:13 -0400 -Subject: [PATCH 2/2] Tweak grpcio-tools requirement - -Lower grpcio-tools requirement to 1.62.0 so building on YP scarthgap -is possible. - -Upstream-Status: Pending - -Signed-off-by: Scott Murray <scott.murray@konsulko.com> ---- - kuksa-client/pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kuksa-client/pyproject.toml b/kuksa-client/pyproject.toml -index a7afaca..a8d70ff 100644 ---- a/kuksa-client/pyproject.toml -+++ b/kuksa-client/pyproject.toml -@@ -1,6 +1,6 @@ - [build-system] - requires = [ -- "grpcio-tools>=1.63.0", -+ "grpcio-tools>=1.62.0", - "setuptools>=42", - "setuptools-git-versioning", - "wheel", --- -2.44.0 - |