File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
third_party/pybind11_abseil Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/pybind11_abseil/BUILD b/pybind11_abseil/BUILD
2+ index 41482e7..ed9e4af 100644
3+ --- a/pybind11_abseil/BUILD
4+ +++ b/pybind11_abseil/BUILD
5+ @@ -6,8 +6,6 @@ package(default_visibility = ["//visibility:public"])
6+
7+ licenses(["notice"])
8+
9+ - exports_files(["LICENSE"])
10+ -
11+ pybind_library(
12+ name = "absl_casters",
13+ hdrs = ["absl_casters.h"],
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ def repo():
1616 strip_prefix = "pybind11_abseil-{commit}" .format (commit = PA_COMMIT ),
1717 urls = tf_mirror_urls ("https://github.com/pybind/pybind11_abseil/archive/{commit}.tar.gz" .format (commit = PA_COMMIT )),
1818 build_file = "//third_party/pybind11_abseil:BUILD" ,
19+ patch_file = ["//third_party/pybind11_abseil:remove_license.patch" ],
1920 )
2021
2122 # pybind11_bazel is a dependency of pybind11_abseil.
You can’t perform that action at this time.
0 commit comments