• 
      

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

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

    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.

    Summary ID
    Cap the version of the "packaging" module on Python 2.7 to < 21.0.
    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.
    17267e2cde3b47626334611d3007559e2cdfa7d7
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (4be68c2)