Skip to content

Commit

Permalink
Use starlark PyInfo provider (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored Jun 30, 2024
1 parent f200d4e commit 3efcf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/interfaces.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

load("@bazel_skylib//lib:paths.bzl", "paths")
load("@rules_cc//cc:defs.bzl", "cc_library")
load("@rules_python//python:defs.bzl", "py_library")
load("@rules_python//python:defs.bzl", "PyInfo", "py_library")
load("//ros:utils.bzl", "get_stem")

RosInterfaceInfo = provider(
Expand Down

0 comments on commit 3efcf0b

Please sign in to comment.