Credit goes to @cbouss for suggesting this.
We could use CRM to develop a script that scans a large set of feedstock repositories to find cases where the import name does not match the conda package name.
Example: the pillow library uses PIL as the import name.
That could greatly increase the accuracy of the newly introduced PythonDependencyScanner class (see #180)