[Lldb-commits] [lldb] [lldb] Use packaging module instead of pkg_resources (PR #93712)

Daniel Thornburgh via lldb-commits lldb-commits at lists.llvm.org
Wed May 29 11:45:54 PDT 2024


mysterymath wrote:

At least at present, this will probably break Fuchsia's build; the Python we ship includes `pkg_resources` but not `packaging`. Is the default `cpython` build from source intended to build and install `packaging`? Is this something that changed recently?

https://github.com/llvm/llvm-project/pull/93712


More information about the lldb-commits mailing list