blob: fef2265b20f90ed7809de8acb267c944c2d0bc7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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
|