
The pkg_resources module was deprecated. It was removed from the core Python and has been moved to setuptools in Python 3.12. Replace usage of pkg_resources.declare_namespace by pbr and implicit namespace package[1][2] which has been supported since Python 3.3. [1] https://peps.python.org/pep-0420/ [2] https://packaging.python.org/en/latest/guides/packaging-namespace-packages/ Change-Id: I4570288ba317fbc470e2f3e3ef1168def3ed3ae6