From 96a6495288fc93952599e01f916222a865f6d7d2 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 22 May 2023 19:42:31 +0200 Subject: [PATCH] [python] remove now unnecessary dependency mobly --- src/controller/python/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controller/python/BUILD.gn b/src/controller/python/BUILD.gn index 102e9f3f654ace..07f288830a3f7d 100644 --- a/src/controller/python/BUILD.gn +++ b/src/controller/python/BUILD.gn @@ -306,7 +306,6 @@ chip_python_wheel_action("chip-core") { "pyyaml", "ipdb", "deprecation", - "mobly", "cryptography", "ecdsa", ] @@ -428,7 +427,6 @@ chip_python_wheel_action("chip-repl") { "ipython!=8.1.0", "rich", "ipykernel", - "mobly", ] if (current_os == "mac") {