As we unify python packages, will things depending on python2.4 packages need the dependency name changed? * py-some_py -> py24-some_py * py-some_py -> py${python.version}-some_py Otherwise, depending on py-some_py will go to the python.default_version for the package, which is likely the py27 subport.