Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37868575
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-pytest-shutil

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: pytest-shutil-Only-require-contextlib2-on-Python-2.patch
Скачать


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/pytest-shutil/setup.py
+++ b/pytest-shutil/setup.py
@@ -24,7 +24,7 @@ classifiers = [
 
 install_requires = ['six',
                     'execnet',
-                    'contextlib2',
+                    'contextlib2;python_version<"3"',
                     'pytest',
                     'path.py',
                     'mock',
-- 
2.33.8
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin