We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a74207 commit b5e8ee9Copy full SHA for b5e8ee9
kernels/test/targets.bzl
@@ -104,7 +104,7 @@ def define_common_targets():
104
base_module = "executorch.kernels.test",
105
visibility = ["//executorch/kernels/test/..."],
106
deps = [
107
- "fbsource//third-party/pkg_resources:pkg_resources",
+ "fbsource//third-party/pypi/setuptools:setuptools",
108
"fbsource//third-party/pypi/pyyaml:pyyaml",
109
],
110
)
0 commit comments