summaryrefslogtreecommitdiff
path: root/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch')
-rw-r--r--dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch b/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
new file mode 100644
index 000000000000..ce1af3244fbd
--- /dev/null
+++ b/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
@@ -0,0 +1,13 @@
+diff --git a/src/pythonfinder/models/path.py b/src/pythonfinder/models/path.py
+index a8fb807..a933a91 100644
+--- a/src/pythonfinder/models/path.py
++++ b/src/pythonfinder/models/path.py
+@@ -19,7 +19,7 @@ from typing import (
+ Union,
+ )
+
+-from cached_property import cached_property
++from functools import cached_property
+ from pydantic import Field, root_validator
+
+ from ..environment import (