Skip to content

abn: do not require bs4 when importing build_support

Mark Janes requested to merge majanes/mesa_ci:bs4 into master

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.

Merge request reports