Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix //drake labels names in bindings/pydrake/... #8018

Merged
merged 6 commits into from
Feb 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix //drake labels names in bindings/pydrake/systems
  • Loading branch information
jwnimmer-tri committed Feb 9, 2018

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tagliala Geremia Taglialatela
commit 9bb90ce84d6da06f66b889ecf7f0fb49650a12ed
15 changes: 4 additions & 11 deletions bindings/pydrake/systems/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -18,21 +18,14 @@ load(
"drake_py_library",
"drake_py_test",
)
load(
"//tools/skylark:6996.bzl",
"adjust_label_for_drake_hoist",
"adjust_labels_for_drake_hoist",
)

package(default_visibility = adjust_labels_for_drake_hoist([
"//drake/bindings/pydrake:__subpackages__",
]))
package(default_visibility = [
"//bindings/pydrake:__subpackages__",
])

# This determines how `PYTHONPATH` is configured, and how to install the
# bindings.
PACKAGE_INFO = get_pybind_package_info(
base_package = adjust_label_for_drake_hoist("//drake/bindings"),
)
PACKAGE_INFO = get_pybind_package_info(base_package = "//bindings")

# @note Symbols are NOT imported directly into
# `__init__.py` to simplify dependency management, meaning that