
On Tue, Sep 11, 2012 at 11:33 AM, Jan Matejek <jan.matejek@suse.cz> wrote:
python3
Requires: python33
/usr/bin/python -> /usr/bin/python33
This would mean a conflict between python2 and python3 though. i'd like to avoid that. It does make sense to make it this way for /usr/bin/python2 -> python2.7 and /usr/bin/python3 -> python3.3 - then python apps can use #!/usr/bin/pythonX and be reasonably confident that they are running on the intended python version.
It wouldn't break if the symlink was managed with alternatives. And, the shebangs can be handled by an rpm macro that does the substitution (and an rpmlint warning if it's not done). -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org