If a module defines a dev-only pypi hub, it still ends up claiming that name, preventing any downstream modules from using it.
In particular, pybind11_abseil uses "pypi": https://github.com/pybind/pybind11_abseil/blob/master/MODULE.bazel
it's marked dev-only, but apparently still causes a duplicate hub name error for other modules.
If a module defines a dev-only pypi hub, it still ends up claiming that name, preventing any downstream modules from using it.
In particular, pybind11_abseil uses "pypi": https://github.com/pybind/pybind11_abseil/blob/master/MODULE.bazel
it's marked dev-only, but apparently still causes a duplicate hub name error for other modules.