Skip to content

Commit c3870de

Browse files
Remove duplicate py_binary target
1 parent 06d6dd5 commit c3870de

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

repos/config/detail/BUILD.bazel

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
load("@python_deps//:requirements.bzl", "requirement")
16-
load("@ros2_config//:repos_index_file.bzl", "REPOS_INDEX_FILE")
17-
load("@ros2_config//:repos_overlay_files.bzl", "REPOS_OVERLAY_FILES")
18-
load("@ros2_config//:repos_setup_file.bzl", "REPOS_SETUP_FILE")
19-
load("@rules_python//python:defs.bzl", "py_binary")
20-
21-
py_binary(
22-
name = "repos_lock.update",
23-
srcs = ["lock_repos.py", "generate_ros2_config.py"],
24-
main = "lock_repos.py",
25-
data = [REPOS_INDEX_FILE, REPOS_SETUP_FILE] + REPOS_OVERLAY_FILES,
26-
args = [
27-
"$(execpath {})".format(REPOS_INDEX_FILE),
28-
"$(execpath {})".format(REPOS_SETUP_FILE),
29-
] + ["$(execpath {})".format(f) for f in REPOS_OVERLAY_FILES],
30-
deps = [requirement("pyyaml")],
31-
visibility = ["//visibility:public"],
32-
)
3315

3416
exports_files(["generate_ros2_config.py", "lock_repos.py"])

0 commit comments

Comments
 (0)