Skip to content

Commit b5e8ee9

Browse files
authored
Replace third-party/pkg_resources:pkg_resources with third-party/pypi/setuptools:setuptools [4/11]
Differential Revision: D73180095 Pull Request resolved: #10259
1 parent 9a74207 commit b5e8ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/test/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def define_common_targets():
104104
base_module = "executorch.kernels.test",
105105
visibility = ["//executorch/kernels/test/..."],
106106
deps = [
107-
"fbsource//third-party/pkg_resources:pkg_resources",
107+
"fbsource//third-party/pypi/setuptools:setuptools",
108108
"fbsource//third-party/pypi/pyyaml:pyyaml",
109109
],
110110
)

0 commit comments

Comments
 (0)