• 
      

    Add setuptools as an explicit dependency.

    Review Request #12192 — Created March 22, 2022 and submitted

    Information

    RBTools
    release-3.x

    Reviewers

    We make use of pkg_resources for command discovery, which requires the
    setuptools package, but this isn't guaranteed to be there on all
    Python installs. In order to avoid any troubles with installing RBTools,
    we now depend explicitly on setuptools.

    Tested installing the package. Verified that setuptools was in the list
    of checked dependencies.

    Summary ID
    Add setuptools as an explicit dependency.
    We make use of `pkg_resources` for command discovery, which requires the `setuptools` package, but this isn't guaranteed to be there on all Python installs. In order to avoid any troubles with installing RBTools, we now depend explicitly on `setuptools`.
    a49e7b3b368c9dbfefc66c3da177793627c4db1e
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (e391dd4)