当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
25 Star 1 Fork 13

src-openEuler / python2
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python2-add-generic-os-supportr.patch 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-11-19 14:53 . Package init
diff -uNrp a/Lib/platform.py b/Lib/platform.py
--- a/Lib/platform.py 2019-03-03 02:17:42.000000000 +0800
+++ b/Lib/platform.py 2019-10-18 11:52:06.604000000 +0800
@@ -291,7 +291,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', 'redhat', 'centos',
+ 'SuSE', 'debian', 'fedora', 'redhat', 'centos', 'generic_os',
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
'UnitedLinux', 'turbolinux')
1
https://gitee.com/src-openeuler/python2.git
git@gitee.com:src-openeuler/python2.git
src-openeuler
python2
python2
master

搜索帮助