From 9b3d91b8a90acf07da30eaff7c9d59b683002c22 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 22 Jul 2021 22:05:25 +0000 Subject: [PATCH] Drop dependency on http_retry This was pulled in for pub which no longer uses the dependency. https://github.com/dart-lang/pub/pull/2980 Change-Id: I9f1dc144125ae1fa57f55909cd55e970dc5f696a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/207822 Auto-Submit: Nate Bosch Commit-Queue: Nate Bosch Reviewed-by: Kevin Moore --- .dart_tool/package_config.json | 8 +------- DEPS | 4 ---- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.dart_tool/package_config.json b/.dart_tool/package_config.json index c3b657c18a3..1a0cb9e1768 100644 --- a/.dart_tool/package_config.json +++ b/.dart_tool/package_config.json @@ -11,7 +11,7 @@ "constraint, update this by running tools/generate_package_config.dart." ], "configVersion": 2, - "generated": "2021-07-20T10:43:52.568177", + "generated": "2021-07-22T12:39:20.084398", "generator": "tools/generate_package_config.dart", "packages": [ { @@ -353,12 +353,6 @@ "packageUri": "lib/", "languageVersion": "2.12" }, - { - "name": "http_retry", - "rootUri": "../third_party/pkg/http_retry", - "packageUri": "lib/", - "languageVersion": "2.12" - }, { "name": "http_throttle", "rootUri": "../third_party/pkg/http_throttle", diff --git a/DEPS b/DEPS index c4a5d788a29..674f2c8fd41 100644 --- a/DEPS +++ b/DEPS @@ -116,7 +116,6 @@ vars = { "http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b", "http_multi_server_rev": "de1b312164c24a1690b46c6e97bd47eff40c4649", "http_parser_rev": "7720bfd42a0c096734c5213478fdce92c62f0293", - "http_retry_rev": "845771af7bb5ab38ab740ce4a31f3b0c7680302b", "http_rev": "778174bca2c13becd88ef3353309190b1e8b9479", "http_throttle_tag" : "1.0.2", "icu_rev" : "81d656878ec611cb0b42d52c82e9dae93920d9ba", @@ -370,9 +369,6 @@ deps = { "@" + Var("http_multi_server_rev"), Var("dart_root") + "/third_party/pkg/http_parser": Var("dart_git") + "http_parser.git" + "@" + Var("http_parser_rev"), - Var("dart_root") + "/third_party/pkg/http_retry": - Var("dart_git") + "http_retry.git" + - "@" + Var("http_retry_rev"), Var("dart_root") + "/third_party/pkg/http_throttle": Var("dart_git") + "http_throttle.git" + "@" + Var("http_throttle_tag"),