You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
I can't seem to figure out what bug that references (550692 doesn't appear to be at all related in the public RHEL bug tracker, and my searches are only turning up references to spec files.
CPython has the freeze.py tool: https://github.com/python/cpython/tree/2.7/Tools/freeze
However, this doesn't seem to get included with the python27-tools package, though it is included with python33, python34u, python35u, and python36u.
However, by itself this isn't going to work. It needs the static library libpython2. 7.a to be build as well. Looking through the spec file, I see there's a patch that explicitly disables this:
https://github.com/iuscommunity-pkg/python27/blob/master/SPECS/python27.spec#L392
I can't seem to figure out what bug that references (550692 doesn't appear to be at all related in the public RHEL bug tracker, and my searches are only turning up references to spec files.