[autodeps2] Replace third-party/pyyaml with third-party/pypi/pyyaml (#151668)

Summary: We should use the pypi version.

Test Plan: CI

Differential Revision: D73211869

Pull Request resolved: https://github.com/pytorch/pytorch/pull/151668
Approved by: https://github.com/Skylion007
This commit is contained in:
Keshav Kolur 2025-04-22 23:27:09 +00:00 committed by PyTorch MergeBot
parent f4ac9a160d
commit c98340e268

View File

@ -178,7 +178,7 @@ THIRD_PARTY_LIBS = {
"psimd": ["//xplat/third-party/psimd:psimd", "//third_party:psimd"],
"pthreadpool": ["//xplat/third-party/pthreadpool:pthreadpool", "//third_party:pthreadpool"],
"pthreadpool_header": ["//xplat/third-party/pthreadpool:pthreadpool_header", "//third_party:pthreadpool_header"],
"pyyaml": ["//third-party/pyyaml:pyyaml", "//third_party:pyyaml"],
"pyyaml": ["//third-party/pypi/pyyaml:pyyaml", "//third_party:pyyaml"],
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
"ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"],
"sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"],