This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: update dependencies
ClosedPublic

Authored by thopre on Sep 27 2019, 2:37 AM.

Details

Summary

Update dependencies to fix 2 python 3 related issues:

  • progressbar does not support Python 3 (use progressbar2 instead)
  • PyYAML 3.12 fails to install with Python 3.7 (issue #126, use PyYAML 3.13 instead)

Diff Detail

Repository
rL LLVM