1 Star 0 Fork 27

Lv Ying/cloud-init

forked from src-openEuler/cloud-init 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bugfix-sort-requirements.patch 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
桐小哥 提交于 2023-07-12 15:58 . update version to 23.2.2
From ef3f0c73fd940accf732f94cace4d53fc1604142 Mon Sep 17 00:00:00 2001
From: chengquan <chengquan3@huawei.com>
Date: Thu, 8 Aug 2019 16:14:06 +0800
Subject: [PATCH] sort requirements
reason: sort requirements in setup
Signed-off-by: chengquan <chengquan3@huawei.com>
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index d0b1c99..55b929a 100644
--- a/setup.py
+++ b/setup.py
@@ -331,6 +331,7 @@ cmdclass = {
}
requirements = read_requires()
+requirements.sort()
setuptools.setup(
name="cloud-init",
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lvying6/cloud-init.git
git@gitee.com:lvying6/cloud-init.git
lvying6
cloud-init
cloud-init
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385