]> git.pld-linux.org Git - packages/python.git/blame - python-distro.patch
Rel 10; no more python binary pointing to python2. Use python2 explicitly.
[packages/python.git] / python-distro.patch
CommitLineData
a3868319
AM
1--- Python-2.7.4.org/Lib/platform.py 2013-04-06 16:02:28.000000000 +0200
2+++ Python-2.7.4/Lib/platform.py 2013-05-11 16:08:46.726078936 +0200
3@@ -259,7 +259,7 @@
4 _supported_dists = (
5 'SuSE', 'debian', 'fedora', 'redhat', 'centos',
6 'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
7- 'UnitedLinux', 'turbolinux')
8+ 'pld', 'UnitedLinux', 'turbolinux')
9
10 def _parse_release_file(firstline):
11
This page took 0.156248 seconds and 4 git commands to generate.