10000 build: Fixing buildifier (#1148) · jml-derek/rules_python@64684ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 64684ae

Browse files
authored
build: Fixing buildifier (bazel-contrib#1148)
We have some changes with buildifier 6.1.0, and this commit fixes two files to allow ci to pass.
1 parent 260a08b commit 64684ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ licenses(["notice"])
3333
filegroup(
3434
name = "distribution",
3535
srcs = glob(["**"]) + [
36-
"//python/constraints:distribution",
3736
"//python/config_settings:distribution",
37+
"//python/constraints:distribution",
3838
"//python/private:distribution",
3939
"//python/runfiles:distribution",
4040
],

python/pip_install/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ filegroup(
22
name = "distribution",
33
srcs = glob(["*.bzl"]) + [
44
"BUILD.bazel",
5+
"//python/pip_install/private:distribution",
56
"//python/pip_install/tools/dependency_resolver:distribution",
67
"//python/pip_install/tools/lib:distribution",
78
"//python/pip_install/tools/wheel_installer:distribution",
8-
"//python/pip_install/private:distribution",
99
],
1010
visibility = ["//:__pkg__"],
1111
)

0 commit comments

Comments
 (0)
0