Skip to content

Commit 9601b6b

Browse files
authored
fix BUILD file of score_source_code_linker (#91)
The BUILD file was missing a dependency to py_binary, causing errors when building with bootstrap_impl=script.
1 parent 30ef714 commit 9601b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extensions/score_source_code_linker

src/extensions/score_source_code_linker/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
13-
load("@aspect_rules_py//py:defs.bzl", "py_library")
13+
load("@aspect_rules_py//py:defs.bzl", "py_binary", "py_library")
1414
load("@pip_process//:requirements.bzl", "all_requirements")
1515
load("@score_python_basics//:defs.bzl", "score_py_pytest")
1616

0 commit comments

Comments
 (0)