13 lines
592 B
Diff
13 lines
592 B
Diff
diff -Naur Python-3.6.8.orig/Lib/platform.py Python-3.6.8.almalinux/Lib/platform.py
|
|
--- Python-3.6.8.orig/Lib/platform.py 2018-12-24 00:37:14.000000000 +0300
|
|
+++ Python-3.6.8.almalinux/Lib/platform.py 2021-03-09 11:46:50.252385459 +0300
|
|
@@ -297,7 +297,7 @@
|
|
# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
|
|
|
|
_supported_dists = (
|
|
- 'SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
|
+ 'SuSE', 'debian', 'fedora', 'redhat', 'centos', 'almalinux',
|
|
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
|
|
'UnitedLinux', 'turbolinux', 'arch', 'mageia')
|
|
|