mirror of https://github.com/electron/electron
14 lines
651 B
Diff
14 lines
651 B
Diff
diff --git a/gclient.py b/gclient.py
|
|
index 4042ac8311f12db41e74a85ba5fb0c43c61a108a..04159b681f9f0a3d580c8737d4abbcd7a4b02b42 100755
|
|
--- a/gclient.py
|
|
+++ b/gclient.py
|
|
@@ -784,6 +784,8 @@ class Dependency(gclient_utils.WorkItem, DependencySettings):
|
|
continue
|
|
cipd_root = self.GetCipdRoot()
|
|
for package in dep_value.get('packages', []):
|
|
+ if "infra/3pp/tools/swift-format" in package.get('package'):
|
|
+ continue
|
|
deps_to_add.append(
|
|
CipdDependency(parent=self,
|
|
name=name,
|