• 
      

    Cap the version of the "packaging" module on Python 2.7 to < 21.0.

    Review Request #11737 — Created July 21, 2021 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x

    Reviewers

    The "packaging" module, which provides some packaging functionality for
    Python, dropped Python 2.7 support in v21.0. This is brought in through
    third-party dependencies, so we need to cap it.

    We now ensure that we install a version older than v21.0.

    Tested installing in a virtualenv. Got the latest version prior to v21.0.

    Commits

    Files