python-astroid/adapted-wrapt-version.patch
cherry530 b214d684f6 Change fix wrapt version mismatch method
Signed-off-by: cherry530 <707078654@qq.com>
(cherry picked from commit 077064de55c9fae5385eaeda0d6d3f3ad92002c1)
2024-05-09 15:22:54 +08:00

27 lines
689 B
Diff

From 1e96a50dfb18c2522138b1acb6107d6d099811c8 Mon Sep 17 00:00:00 2001
From: cherry530 <707078654@qq.com>
Date: Wed, 8 May 2024 17:22:26 +0800
Subject: [PATCH] adapted wrapt version
Signed-off-by: cherry530 <707078654@qq.com>
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 3b13b14..68bf428 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ project_urls =
packages = find:
install_requires =
lazy_object_proxy>=1.4.0
- wrapt>=1.11,<1.14
+ wrapt>=1.11,<2
setuptools>=20.0
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"
--
2.33.0