加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-change-require-name.patch 886 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZH.F 提交于 2021-05-15 23:13 . Add spec and tar
diff -Nur ryu-4.15/ryu.egg-info/requires.txt ryu-4.15.new/ryu.egg-info/requires.txt
--- ryu-4.15/ryu.egg-info/requires.txt 2017-07-02 19:12:23.000000000 +0800
+++ ryu-4.15.new/ryu.egg-info/requires.txt 2021-05-11 16:51:19.970161985 +0800
@@ -1,5 +1,5 @@
eventlet!=0.18.3,>=0.18.2,!=0.20.1,<0.21.0
-msgpack-python>=0.3.0
+msgpack>=0.3.0
netaddr
oslo.config>=1.15.0
ovs>=2.6.0
diff -Nur ryu-4.15/tools/pip-requires ryu-4.15.new/tools/pip-requires
--- ryu-4.15/tools/pip-requires 2017-06-22 15:08:35.000000000 +0800
+++ ryu-4.15.new/tools/pip-requires 2021-05-11 16:50:37.557809721 +0800
@@ -2,7 +2,7 @@
# following issue.
# https://github.com/eventlet/eventlet/issues/401
eventlet!=0.18.3,>=0.18.2,!=0.20.1,<0.21.0
-msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
+msgpack>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
oslo.config>=1.15.0
ovs>=2.6.0 # OVSDB
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化