The cause of the problem is that python2.7 package has been customized without corresponding changes
to python-defaults package. Most of packages declare dependency on python meta-package (which automatically
picks the correct python version), however *some* packages depend on a specific version (libpython2.7, python2.7)
instead. Thus python-defaults picks the upstream version of python2.7, and direct dependencies on libpython2.7
pick the patched python2.7.
The solution of this problem is rebuilding python-defaults package so it picks the customized version of python2.7.
The cause of the problem is that python2.7 package has been customized without corresponding changes
to python-defaults package. Most of packages declare dependency on python meta-package (which automatically
picks the correct python version), however *some* packages depend on a specific version (libpython2.7, python2.7)
instead. Thus python-defaults picks the upstream version of python2.7, and direct dependencies on libpython2.7
pick the patched python2.7.
The solution of this problem is rebuilding python-defaults package so it picks the customized version of python2.7.