[Lldb-commits] [lldb] [lldb] Use packaging module instead of pkg_resources (PR #93712)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri May 31 09:17:39 PDT 2024
JDevlieghere wrote:
> FWIW, there appears to be an actual arch package for this https://archlinux.org/packages/extra/any/python-packaging/, so it shouldn't be (I think -- I'm not an Arch user) necessary to install `pip`.
Homebrew on macOS works similarly, it has a [python-packaging](https://formulae.brew.sh/formula/python-packaging) package that you install with `brew install python-packaging`.
https://github.com/llvm/llvm-project/pull/93712
More information about the lldb-commits
mailing list