summaryrefslogtreecommitdiff
path: root/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-10 18:45:26 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-10 18:45:26 +0000
commitf50d60b8eb707b56133e594376e993b98e726b5d (patch)
treebe9f0c658e4e0ace79af92f89becddd06c01c772 /dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
parent84e395ce722d1f39cf3ef1467b23eda9c2462017 (diff)
gentoo auto-resync : 10:03:2024 - 18:45:26
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, 0 insertions, 13 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
deleted file mode 100644
index ce1af3244fbd..000000000000
--- a/dev-python/pythonfinder/files/2.0.5-fix-import-cached-property.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 (