summaryrefslogtreecommitdiff
path: root/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-27 08:42:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-27 08:42:41 +0100
commit0fcaac21e786bd7911b1e8f436cd885c5e2f6437 (patch)
treeba392915815492b0ce486fc0e3ad5afb4a849b6f /dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
parente30edd47e1804bf3ed1ea7be2eac67f4b8cd9f38 (diff)
gentoo auto-resync : 27:10:2023 - 08:42:41
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 (