summaryrefslogtreecommitdiff
path: root/dev-python/pythonfinder/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-27 06:40:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-27 06:40:13 +0000
commit532d6c10f84767f12eb9d80cbbb5564795c6e2fd (patch)
tree4d34fa75471b263a1514eccd2ea48cb074cd34c8 /dev-python/pythonfinder/files
parentd5f704aeefcddf84c928c77f138968554a171262 (diff)
downloadbaldeagleos-repo-532d6c10f84767f12eb9d80cbbb5564795c6e2fd.tar.gz
baldeagleos-repo-532d6c10f84767f12eb9d80cbbb5564795c6e2fd.tar.xz
baldeagleos-repo-532d6c10f84767f12eb9d80cbbb5564795c6e2fd.zip
Adding metadata
Diffstat (limited to 'dev-python/pythonfinder/files')
-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 (