diff --git a/elisp/BUILD b/elisp/BUILD index 51a96718..6b1bcbc6 100644 --- a/elisp/BUILD +++ b/elisp/BUILD @@ -1,4 +1,4 @@ -# Copyright 2020, 2021 Google LLC +# Copyright 2020, 2021, 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -377,7 +377,6 @@ py_library( srcs_version = "PY3", visibility = [ "//emacs:__pkg__", - "//examples:__pkg__", "//tests/wrap:__pkg__", ], deps = ["@bazel_tools//tools/python/runfiles"], diff --git a/tests/wrap/BUILD b/tests/wrap/BUILD index 8cbdcf6d..3606a7af 100644 --- a/tests/wrap/BUILD +++ b/tests/wrap/BUILD @@ -1,4 +1,4 @@ -# Copyright 2020, 2021 Google LLC +# Copyright 2020, 2021, 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,11 +16,6 @@ py_binary( name = "wrap", testonly = 1, srcs = ["wrap.py"], - data = [ - "//elisp:binary.cc", - "//elisp:binary.h", - "//elisp/runfiles:runfiles.elc", - ], python_version = "PY3", srcs_version = "PY3", visibility = ["//elisp:__pkg__"],