Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > ed2c56395aee538706a72768ff9a9ac9 > files > 6

python-2.7.13-1.1.mga6.src.rpm

commit c6b2d8a1c68877ed833dc4bec7cb672e3e031ad4
Author: philippem <philippem@mageia.org>
Date:   Mon Jul 4 16:10:31 2016 +0200

    add-mga-support

diff --git a/Lib/platform.py b/Lib/platform.py
index 6f2fd85..295e983 100755
--- a/Lib/platform.py
+++ b/Lib/platform.py
@@ -259,7 +259,7 @@ _release_version = re.compile(r'([^0-9]+)'
 # and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
 
 _supported_dists = (
-    'SuSE', 'debian', 'fedora' ,'mandriva', 'mandrake', 'redhat',
+    'SuSE', 'debian', 'fedora' , 'mageia', 'mandriva', 'mandrake', 'redhat',
     'centos', 'rocks', 'slackware', 'yellowdog', 'gentoo',
     'UnitedLinux', 'turbolinux')