Skip to content

Commit f9eb8c4

Browse files
authored
Fix typing_stubs deps.
Differential Revision: D77692750 Pull Request resolved: #12179
1 parent b2af630 commit f9eb8c4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

backends/cadence/aot/TARGETS

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ python_library(
299299
"typing_stubs.py",
300300
],
301301
typing = True,
302+
deps = [
303+
"fbsource//third-party/pypi/parameterized:parameterized",
304+
],
302305
)
303306

304307

@@ -327,7 +330,6 @@ python_unittest(
327330
supports_static_listing = False,
328331
typing = True,
329332
deps = [
330-
"fbsource//third-party/pypi/parameterized:parameterized",
331333
":compiler",
332334
":typing_stubs",
333335
":replace_ops",
@@ -349,7 +351,6 @@ python_unittest(
349351
supports_static_listing = False,
350352
typing = True,
351353
deps = [
352-
"fbsource//third-party/pypi/parameterized:parameterized",
353354
":compiler",
354355
":decompose_ops",
355356
"//caffe2:torch",
@@ -371,7 +372,6 @@ python_unittest(
371372
supports_static_listing = False,
372373
typing = True,
373374
deps = [
374-
"fbsource//third-party/pypi/parameterized:parameterized",
375375
":compiler",
376376
":typing_stubs",
377377
"//caffe2:torch",
@@ -393,7 +393,6 @@ python_unittest(
393393
supports_static_listing = False,
394394
typing = True,
395395
deps = [
396-
"fbsource//third-party/pypi/parameterized:parameterized",
397396
"fbsource//third-party/pypi/pyre-extensions:pyre-extensions",
398397
":typing_stubs",
399398
":compiler",
@@ -417,7 +416,6 @@ python_unittest(
417416
typing = True,
418417
deps = [
419418
":typing_stubs",
420-
"fbsource//third-party/pypi/parameterized:parameterized",
421419
"//caffe2:torch",
422420
"//executorch/backends/cadence/aot:compiler",
423421
"//executorch/backends/cadence/aot:graph_builder",
@@ -512,7 +510,6 @@ python_unittest(
512510
":pass_utils",
513511
"//caffe2:torch",
514512
"//executorch/exir:memory",
515-
"fbsource//third-party/pypi/parameterized:parameterized",
516513
"//executorch/exir/dialects:lib",
517514
"//executorch/backends/cadence/aot:graph_builder",
518515
"//executorch/exir/tests:models",

0 commit comments

Comments
 (0)