osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
532 stars 68 forks source link

Move to importlib.metadata from pkg_resources #253

Closed tfoote closed 5 months ago

tfoote commented 8 months ago

To load entry_points the new technique is importlib.metadata as outlined here: https://docs.python.org/3/library/importlib.metadata.html

This will need to be conditionally done for 3.8 or later or else development forked from older systems w/o python 3.8.

When this is done. Unpin the CI.

tfoote commented 5 months ago

Related changes for reference doing backwards compatiability to pre 3.8