Add setuptools as an explicit dependency.
Review Request #12192 — Created March 21, 2022 and submitted — Latest diff uploaded
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 onsetuptools
.
Tested installing the package. Verified that
setuptools
was in the list
of checked dependencies.