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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Christian Hammond

Files

setup.py
Loading...