agl-dbc: Add recipe
[AGL/meta-agl-demo.git] / recipes-connectivity / kuksa-val / kuksa-client / 0002-Tweak-grpcio-tools-requirement.patch
1 From 43823a52a9cb25d906542d15dc207f6516579aa3 Mon Sep 17 00:00:00 2001
2 From: Scott Murray <scott.murray@konsulko.com>
3 Date: Tue, 18 Jun 2024 16:08:13 -0400
4 Subject: [PATCH 2/2] Tweak grpcio-tools requirement
5
6 Lower grpcio-tools requirement to 1.62.0 so building on YP scarthgap
7 is possible.
8
9 Upstream-Status: Pending
10
11 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
12 ---
13  kuksa-client/pyproject.toml | 2 +-
14  1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kuksa-client/pyproject.toml b/kuksa-client/pyproject.toml
17 index a7afaca..a8d70ff 100644
18 --- a/kuksa-client/pyproject.toml
19 +++ b/kuksa-client/pyproject.toml
20 @@ -1,6 +1,6 @@
21  [build-system]
22  requires = [
23 -    "grpcio-tools>=1.63.0",
24 +    "grpcio-tools>=1.62.0",
25      "setuptools>=42",
26      "setuptools-git-versioning",
27      "wheel",
28 -- 
29 2.44.0
30