[libcxx-commits] [PATCH] D70991: [libc++][test] Replace platform.linux_distribution by distro.linux_distribution

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 27 12:23:30 PST 2020


ldionne added a comment.

In D70991#1894615 <https://reviews.llvm.org/D70991#1894615>, @aaronpuchert wrote:

> On openSUSE we're running the llvm, clang, and libc++ test suite with just python3-base as dependency. This doesn't include the `distro` package, so it would be the first dependency outside of the Python standard library.


In that case, I suggest we avoid adding an additional dependency.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70991/new/

https://reviews.llvm.org/D70991





More information about the libcxx-commits mailing list