Add setuptools as an explicit dependency.

Review Request #12192 — Created March 21, 2022 and submitted — Latest diff uploaded

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.

Commits

Files

    Loading...