Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 0424a5e18ab1fcfe75d9b326135c0a7f > files > 8

python-2.7.15-1.3.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')