abn: do not require bs4 when importing build_support
beautifulsoup is not packaged by default on any python distribution.
Requiring it at import time means that scripts like fetch_sources will fail.
ABN will run in a container or on a platform that has sufficient python modules installed. There is no need to break build_support at load time when running outside of the container.