python-openstackclient/releasenotes/notes/entrypoint-3.8-0597d159889042f7.yaml
Felix Yan 82ebddca00 Fix compatibility issue in 5.3
The offending entry point object looks like:
EntryPoint(name='compute', value='openstackclient.compute.client',
group='openstack.cli.base')

Story: 2007917
Task: 40323
Change-Id: I0f3cc62e23efdc14203ce6645581d5ba5dbf7fa0
2020-07-14 08:06:55 -05:00

7 lines
179 B
YAML

---
fixes:
- |
Fixes an issue with python 3.8 and entrypoint loading where the
new builtin importlib entrypoint support had a different
attribute api than expected.