File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2020, 2021 Google LLC
1
+ # Copyright 2020, 2021, 2022 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -377,7 +377,6 @@ py_library(
377
377
srcs_version = "PY3" ,
378
378
visibility = [
379
379
"//emacs:__pkg__" ,
380
- "//examples:__pkg__" ,
381
380
"//tests/wrap:__pkg__" ,
382
381
],
383
382
deps = ["@bazel_tools//tools/python/runfiles" ],
Original file line number Diff line number Diff line change 1
- # Copyright 2020, 2021 Google LLC
1
+ # Copyright 2020, 2021, 2022 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -16,11 +16,6 @@ py_binary(
16
16
name = "wrap" ,
17
17
testonly = 1 ,
18
18
srcs = ["wrap.py" ],
19
- data = [
20
- "//elisp:binary.cc" ,
21
- "//elisp:binary.h" ,
22
- "//elisp/runfiles:runfiles.elc" ,
23
- ],
24
19
python_version = "PY3" ,
25
20
srcs_version = "PY3" ,
26
21
visibility = ["//elisp:__pkg__" ],
You can’t perform that action at this time.
0 commit comments