Pre-#pep420 #Python namespaces are deprecated for quite a while. #setuptools started warning about use of namespace_packages= arg, and importing pkg_resources can throw a lot of deprecation warnings about namespace_packages.txt installed by other packages.
We've been removing explicit namespaces in #Gentoo for a while but it wasn't complete. Now I'm working on making the eclass strip pkg_resources namespaces completely.
#pep420 #python #setuptools #gentoo