Skip to content

Commit bdd554d

Browse files
j2kuncopybara-github
authored andcommitted
fix build
PiperOrigin-RevId: 860327446
1 parent 84b0ceb commit bdd554d

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

BUILD.bazel

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
44
load("@rules_license//rules:license.bzl", "license")
5-
load("//devtools/python/blaze:pytype.bzl", "pytype_strict_library")
65
# copybara: fuzztest_ci
76

87
package(
@@ -84,9 +83,3 @@ config_setting(
8483
},
8584
visibility = ["//visibility:public"],
8685
)
87-
88-
pytype_strict_library(
89-
name = "setup",
90-
srcs = ["setup.py"],
91-
deps = ["//third_party/py/setuptools"],
92-
)

bazel/openfhe/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
load("//third_party/bazel_skylib:bzl_library.bzl", "bzl_library")
1+
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
22

33
package(
4-
default_applicable_licenses = ["//third_party/heir:license"],
5-
default_visibility = ["//third_party/heir:internal"],
4+
default_applicable_licenses = ["@heir//:license"],
5+
default_visibility = ["//visibility:public"],
66
)
77

88
bzl_library(

0 commit comments

Comments
 (0)