Use importlib_resources in Python 3.6 images.
commit698b2d6ffbc6812b93c84b23a5a8a77d821bf203
authorM. Eric Irrgang <ericirrgang@gmail.com>
Tue, 16 Jun 2020 10:48:26 +0000 (16 13:48 +0300)
committerJoe Jordan <ejjordan12@gmail.com>
Mon, 3 Aug 2020 03:11:30 +0000 (3 03:11 +0000)
tree729d84d11e8420c435b00961f876748787b5258c
parente0a2bf12ca94fe380d52c6cd59c5d381d88e4324
Use importlib_resources in Python 3.6 images.

Python 3.7 adds importlib.resources to the standard library, which
provides an efficient built in alternative to pkg_resources.
Backported functionality is available in the importlib_resources
package. We should add it to our Docker images to allow testing new
features while we still officially support Python 3.6.

See also issue #2961
admin/containers/scripted_gmx_docker_builds.py