From 7db90e359b01aa59ce52646e2125abf0afc5b89c Mon Sep 17 00:00:00 2001
From: Amine Alami <43780877+Alami-Amine@users.noreply.github.com>
Date: Mon, 10 Mar 2025 17:54:00 +0100
Subject: [PATCH] temporary workaround: keeping pygobject==3.50.0 to avoid
 dependency issues (#37948)

---
 src/controller/python/BUILD.gn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn
index 58d9cb1f7c4622..e8573af616d1aa 100644
--- a/src/controller/python/BUILD.gn
+++ b/src/controller/python/BUILD.gn
@@ -394,7 +394,7 @@ chip_python_wheel_action("chip-repl") {
   } else if (current_os == "linux") {
     py_package_reqs += [
       "dbus-python==1.2.18",
-      "pygobject",
+      "pygobject==3.50.0",
     ]
   }