123 Star 0 Fork 14

src-openEuler/python-pytest-shutil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
remove-require-contextlib2-on-python3.patch 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2023-07-31 11:11 . remove buildrequires python3-contextlib2
From 2d6709e2fc7fba1e0d61e8dad03fa68bf19a9b0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Sun, 18 Aug 2019 10:46:37 +0200
Subject: [PATCH] pytest-shutil: Only require contextlib2 on Python 2
---
pytest-shutil/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pytest-shutil/setup.py b/pytest-shutil/setup.py
index 70cc354..57f710d 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
install_requires = ['six',
'execnet',
- 'contextlib2',
+ 'contextlib2;python_version<"3"',
'pytest',
'path.py',
'mock',
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pytest-shutil.git
git@gitee.com:src-openeuler/python-pytest-shutil.git
src-openeuler
python-pytest-shutil
python-pytest-shutil
master

搜索帮助