ironic-lib uses the deprecated declare_namespace call
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ironic-lib |
Triaged
|
Medium
|
Unassigned |
Bug Description
Warning from sushy-tools, for example:
/home/dtantsur/
import pkg_resources
/home/dtantsur/
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.
pkg_resources
I have no idea why we do this: ironic-lib is not a namespace, just a normal package. This code has been there since the inception. I suspect we can remove it.