Skip to content

Commit 58d6867

Browse files
committed
fully remove other workspace changes
1 parent 13f121e commit 58d6867

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

internal_deps.bzl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,6 @@ def rules_python_internal_deps():
185185
],
186186
)
187187

188-
# Needed by rules_cc, triggered by @rules_java_builtins from Bazel
189-
##http_archive(
190-
## name = "protobuf",
191-
## sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
192-
## strip_prefix = "protobuf-27.0",
193-
## url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
194-
##)
195-
196188
# Needed for stardoc
197189
http_archive(
198190
name = "rules_java",

python/private/py_repositories.bzl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,11 @@ def py_repositories():
6060
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.13/rules_cc-0.0.13.tar.gz"],
6161
)
6262

63-
### Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
63+
# Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
6464
http_archive(
6565
name = "protobuf",
6666
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
6767
strip_prefix = "protobuf-27.0",
6868
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
6969
)
70-
71-
##http_archive(
72-
## name = "protobuf",
73-
## sha256 = "ce5d00b78450a0ca400bf360ac00c0d599cc225f049d986a27e9a4e396c5a84a",
74-
## strip_prefix = "protobuf-29.0-rc2",
75-
## urls = [
76-
## "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
77-
## ],
78-
##)
7970
pypi_deps()

tests/integration/py_cc_toolchain_registered/WORKSPACE

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,8 @@
1-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2-
31
local_repository(
42
name = "rules_python",
53
path = "../../..",
64
)
75

8-
##http_archive(
9-
## name = "proto_bazel_features",
10-
## sha256 = "d7787da289a7fb497352211ad200ec9f698822a9e0757a4976fd9f713ff372b3",
11-
## strip_prefix = "bazel_features-1.9.1",
12-
## url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.1/bazel_features-v1.9.1.tar.gz",
13-
##)
14-
##
15-
##http_archive(
16-
## name = "com_google_protobuf",
17-
## ##sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
18-
## strip_prefix = "protobuf-29.0-rc2",
19-
## urls = [
20-
## "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
21-
## ],
22-
##)
23-
##
24-
##http_archive(
25-
## name = "protobuf",
26-
## ##sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
27-
## strip_prefix = "protobuf-29.0-rc2",
28-
## urls = [
29-
## "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
30-
## ],
31-
##)
32-
336
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")
347

358
py_repositories()

0 commit comments

Comments
 (0)