Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76b2202

Browse filesBrowse files
aiutobrandjon
authored andcommitted
remove unneeded references to sass and skydoc. stardoc does not need them (bazel-contrib#233)
1 parent 54d1cb3 commit 76b2202
Copy full SHA for 76b2202

File tree

2 files changed

+1
-13
lines changed
Filter options

2 files changed

+1
-13
lines changed

‎internal_deps.bzl

Copy file name to clipboardExpand all lines: internal_deps.bzl
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
load("@bazel_federation//:repositories.bzl", "bazel_stardoc", "rules_sass")
1+
load("@bazel_federation//:repositories.bzl", "bazel_stardoc")
22
load("@bazel_federation//:third_party_repositories.bzl", "futures_2_whl", "futures_3_whl", "google_cloud_language_whl", "grpc_whl", "mock_whl", "subpar")
33
load("@rules_python//python:pip.bzl", "pip_import")
44

55

66
def rules_python_internal_deps():
77
bazel_stardoc()
8-
rules_sass()
98

109
subpar()
1110

‎internal_setup.bzl

Copy file name to clipboardExpand all lines: internal_setup.bzl
-11Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
2-
load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories")
3-
load("@io_bazel_rules_sass//:package.bzl", "rules_sass_dependencies")
4-
load("@io_bazel_skydoc//:setup.bzl", "skydoc_repositories")
52

63
# Requirements for building our piptool.
74
load(
@@ -29,14 +26,6 @@ load(
2926

3027

3128
def rules_python_internal_setup():
32-
# TODO(fweikert): The following four function calls should be replaced with
33-
# bazel_stardoc_setup(), rules_sass_setup() and rules_nodejs_setup().
34-
# However, those setup functions don't exist yet.
35-
skydoc_repositories()
36-
rules_sass_dependencies()
37-
node_repositories()
38-
sass_repositories()
39-
4029
# Requirements for building our piptool.
4130
_piptool_install()
4231

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.