Skip to content

Commit b9463d0

Browse files
committed
Remove pkg:tuple from DEPS
Was needed for pkg:dartdoc, but that dependency has been removed Change-Id: I2d314f8400e3ea5d905864e8728384dd3dc86800 Reviewed-on: https://dart-review.googlesource.com/c/87263 Reviewed-by: Janice Collins <[email protected]>
1 parent f68ae70 commit b9463d0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.packages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ test_descriptor:third_party/pkg/test_descriptor/lib
102102
test_process:third_party/pkg/test_process/lib
103103
test_reflective_loader:third_party/pkg/test_reflective_loader/lib
104104
testing:pkg/testing/lib
105-
tuple:third_party/pkg/tuple/lib
106105
typed_data:third_party/pkg/typed_data/lib
107106
unittest:third_party/pkg/unittest/lib
108107
usage:third_party/pkg/usage/lib

DEPS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ vars = {
136136
"term_glyph_tag": "1.0.1",
137137
"test_reflective_loader_tag": "0.1.8",
138138
"test_tag": "1.3.4",
139-
"tuple_tag": "v1.0.1",
140139
"typed_data_tag": "1.1.6",
141140
"unittest_rev": "2b8375bc98bb9dc81c539c91aaea6adce12e1072",
142141
"usage_tag": "3.4.0",
@@ -355,8 +354,6 @@ deps = {
355354
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
356355
Var("dart_git") + "test_reflective_loader.git" +
357356
"@" + Var("test_reflective_loader_tag"),
358-
Var("dart_root") + "/third_party/pkg/tuple":
359-
Var("dart_git") + "tuple.git" + "@" + Var("tuple_tag"),
360357
Var("dart_root") + "/third_party/pkg/typed_data":
361358
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_tag"),
362359
# Unittest is an early version, 0.11.x, of the package "test"

0 commit comments

Comments
 (0)