File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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
- )
33
15
34
16
exports_files (["generate_ros2_config.py" , "lock_repos.py" ])
You can’t perform that action at this time.
0 commit comments